1.0.4 • Published 5 months ago

@yooga/eslint-config-angular v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

ESLint for Angular

Inspired by airbnb/javascript plugin for ESLint.

Encapsulates main rules from angular-eslint

Quite simply, this enables all the possible rules from @angular-eslint/eslint-plugin.

It is strongly encouraged to combine the recommended Angular rules with the recommended configs from typescript-eslint (https://typescript-eslint.io/linting/configs/#recommended-configurations), and this is what our schematics will generate for you automatically.

This package includes:

  • eslint
  • @angular-eslint/eslint-plugin
  • @angular-eslint/eslint-plugin-template
  • @angular-eslint/template-parser
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser

Docs

Installation and usage