1.0.0-rc12 • Published 9 months ago

@cloudflight/eslint-plugin-angular v1.0.0-rc12

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 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'],
    ...
};
1.0.0-rc12

9 months ago

1.0.0-rc8

10 months ago

1.0.0-rc9

10 months ago

1.0.0-rc10

10 months ago

1.0.0-rc11

10 months ago

1.0.0-rc6

10 months ago

1.0.0-rc7

10 months ago

1.0.0-rc5

10 months ago

1.0.0-rc2

10 months ago

1.0.0-rc3

10 months ago

1.0.0-rc4

10 months ago

0.26.0

1 year ago

0.25.0

1 year ago

0.24.0

1 year ago

0.23.0

2 years ago

0.22.0

2 years ago

0.21.0

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.19.1

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.17.1

2 years ago

0.20.5

2 years ago

0.20.4

2 years ago

0.20.3

2 years ago

0.20.2

2 years ago

0.16.2

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.16.1

2 years ago

0.15.2

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.10.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.9.0

2 years ago

0.8.0

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago