@html-eslint/eslint-plugin-angular-template
v0.64.0
Published
ESLint plugin for HTML with Angular support
Downloads
3,786
Maintainers
Readme
@html-eslint/eslint-plugin-angular-template
ESLint plugin providing HTML linting rules for Angular templates.
Installation
npm install --save-dev eslint @html-eslint/eslint-plugin-angular-template @angular-eslint/template-parserConfiguration
// eslint.config.js
import angularTemplate from "@html-eslint/eslint-plugin-angular-template";
import templateParser from "@angular-eslint/template-parser";
export default [
{
files: ["**/*.html"],
languageOptions: {
parser: templateParser,
},
...angularTemplate.configs.recommended,
},
];Documentation
License
MIT
