0.25.0 • Published 3 days ago

@cloudflight/eslint-plugin-typescript v0.25.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 days ago

@cloudflight/eslint-plugin-typescript

The Cloudflight ESLint Plugin Typescript provides a configuration of ESLint rules recommended by Cloudflight.

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

Dependencies

The following dependencies are required:

"@rushstack/eslint-patch": "1.1.4",
"eslint": ">=8.0.0 <9.0.0"

Usage

In your package.json add the following:

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

Now open your .eslintrc.js and add the following:

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

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

When executing your next ng lint it will now validate your code against the cloudflight-recommended rules.

0.25.0

3 days ago

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