@homepages/eslint-plugin-template
v7.0.0
Published
The HomePages template-authoring ESLint preset: 9 syntactic rules under the template-kit/ namespace.
Readme
@homepages/eslint-plugin-template
The HomePages template-authoring ESLint preset — 9 syntactic rules under the
template-kit/ namespace.
Install
npm i -D @homepages/eslint-plugin-template eslint @typescript-eslint/parser@homepages/template-kit is a peer dependency; a template workspace already has it.
Use
Your whole eslint.config.mjs:
import kit from "@homepages/eslint-plugin-template";
export default kit;The preset wires its own parser, so no further configuration is needed. Every rule
is syntactic — there is no type-aware linting and no project setting.
Rule reference: guide/rules/ in @homepages/template-kit.
