0.24.0 • Published 2 months ago

@cloudflight/eslint-plugin-angular v0.24.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

@cloudflight/eslint-plugin-angular

The Cloudflight ESLint Plugin for Angular provides multiple configurations of ESLint rules recommended by Cloudflight.

You can find the directory of all rules including their reasoning here.

Dependencies

The following dependencies are required:

"@cloudflight/eslint-plugin-typescript": ">=0.3.0",
"eslint": ">=8.0.0 <9.0.0"

Usage

In your package.json add the following:

"devDependencies": {
    ...
    "@cloudflight/eslint-plugin-angular": "<version>",
    ...
  }

The plugin provides 3 different configurations:

  • @cloudflight/angular/recommended
    • Both of the below 2 configurations
  • @cloudflight/angular/recommended-html
    • Only contains rules for HTML files
  • @cloudflight/angular/recommended-typescript
    • Only contains rules for TS files

Now open your .eslintrc.js and add one of the configurations:

require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
    ...
    extends: ['plugin:@cloudflight/angular/recommended'],
    ...
};
0.24.0

2 months ago

0.23.0

4 months ago

0.22.0

5 months ago

0.21.0

7 months ago

0.20.1

8 months ago

0.20.0

8 months ago

0.19.0

9 months ago

0.19.1

9 months ago

0.17.0

10 months ago

0.18.0

10 months ago

0.17.1

10 months ago

0.20.5

8 months ago

0.20.4

8 months ago

0.20.3

8 months ago

0.20.2

8 months ago

0.16.2

11 months ago

0.16.0

11 months ago

0.15.1

11 months ago

0.16.1

11 months ago

0.15.2

11 months ago

0.13.0

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.14.1

1 year ago

0.10.0

1 year ago

0.11.0

1 year ago

0.12.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.5.0

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago