/[sudobot]/trunk/.eslintrc
ViewVC logotype

Annotation of /trunk/.eslintrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 145 - (hide annotations)
Mon Jul 29 17:28:46 2024 UTC (8 months, 1 week ago) by rakin
File size: 804 byte(s)
Added ESLint
1 rakin 145 {
2     "root": true,
3     "parser": "@typescript-eslint/parser",
4     "plugins": [
5     "@typescript-eslint"
6     ],
7     "extends": [
8     "eslint:recommended",
9     "plugin:@typescript-eslint/eslint-recommended",
10     "plugin:@typescript-eslint/recommended"
11     ],
12     "rules": {
13     "prefer-const": "warn",
14     "@typescript-eslint/no-inferrable-types": "warn",
15     "no-useless-escape": "warn",
16     "@typescript-eslint/no-empty-function": "warn",
17     "@typescript-eslint/no-extra-semi": "warn",
18     "no-prototype-builtins": "warn",
19     "@typescript-eslint/no-var-requires": "warn",
20     "no-empty": "warn",
21     "@typescript-eslint/no-non-null-asserted-optional-chain": "warn",
22     "use-isnan": "warn",
23     "@typescript-eslint/ban-types": "warn"
24     }
25     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26