@cloudflight/eslint-plugin-typescript v1.2.0
@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.
8 months ago
1 year ago
1 year ago
10 months ago
12 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago