1.0.0-rc12 • Published 9 months ago

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

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months 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.

1.0.0-rc12

9 months ago

1.0.0-rc8

9 months ago

1.0.0-rc9

9 months ago

1.0.0-rc10

9 months ago

1.0.0-rc11

9 months ago

1.0.0-rc6

9 months ago

1.0.0-rc7

9 months ago

1.0.0-rc5

9 months ago

1.0.0-rc1

9 months ago

1.0.0-rc2

9 months ago

1.0.0-rc3

9 months ago

1.0.0-rc4

9 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

2 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