11 |
], |
], |
12 |
"rules": { |
"rules": { |
13 |
"prefer-const": "warn", |
"prefer-const": "warn", |
14 |
|
"no-mixed-spaces-and-tabs": "warn", |
15 |
"@typescript-eslint/no-inferrable-types": "warn", |
"@typescript-eslint/no-inferrable-types": "warn", |
16 |
"no-useless-escape": "warn", |
"no-useless-escape": "warn", |
17 |
"@typescript-eslint/no-empty-function": "warn", |
"@typescript-eslint/no-empty-function": "warn", |
23 |
"use-isnan": "warn", |
"use-isnan": "warn", |
24 |
"@typescript-eslint/ban-types": "warn" |
"@typescript-eslint/ban-types": "warn" |
25 |
} |
} |
|
} |
|
26 |
|
} |