mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
Compare commits
No commits in common. "12f37d01b3c3b6fe474e88d05ada6c336a5a0e39" and "14d3e0ba309ce0b212f15ed5e19c3f520b4a4a4d" have entirely different histories.
12f37d01b3
...
14d3e0ba30
@ -228,12 +228,6 @@
|
||||
"no-useless-constructor": "off",
|
||||
"@typescript-eslint/no-useless-constructor": "error",
|
||||
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
||||
"@typescript-eslint/no-unnecessary-condition": [
|
||||
"error",
|
||||
{
|
||||
"allowConstantLoopConditions": true
|
||||
}
|
||||
],
|
||||
|
||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||
"@typescript-eslint/array-type": [
|
||||
@ -258,7 +252,6 @@
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/method-signature-style": "error",
|
||||
"@typescript-eslint/unbound-method": "error",
|
||||
"@typescript-eslint/naming-convention": [
|
||||
"error",
|
||||
{
|
||||
@ -269,10 +262,8 @@
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-base-to-string": "error",
|
||||
"@typescript-eslint/no-deprecated": "error",
|
||||
"@typescript-eslint/no-dynamic-delete": "error",
|
||||
"@typescript-eslint/no-extra-non-null-assertion": "error",
|
||||
"@typescript-eslint/no-redundant-type-constituents": "error",
|
||||
"@typescript-eslint/no-extraneous-class": [
|
||||
"error",
|
||||
{ "allowWithDecorator": true }
|
||||
@ -291,7 +282,6 @@
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": "error",
|
||||
"@typescript-eslint/no-require-imports": "error",
|
||||
"@typescript-eslint/no-unsafe-unary-minus": "error",
|
||||
"@typescript-eslint/no-unsafe-declaration-merging": "error",
|
||||
"@typescript-eslint/no-array-delete": "error",
|
||||
"@typescript-eslint/prefer-as-const": "error",
|
||||
"@typescript-eslint/prefer-function-type": "error",
|
||||
|
@ -56,8 +56,8 @@ If you want to use **TypeScript**, you also need to install:
|
||||
```sh
|
||||
npm install --save-dev \
|
||||
"typescript@^5.6.2" \
|
||||
"@typescript-eslint/eslint-plugin@^8.3.0" \
|
||||
"@typescript-eslint/parser@^8.3.0"
|
||||
"@typescript-eslint/eslint-plugin@^8.0.0" \
|
||||
"@typescript-eslint/parser@^8.0.0"
|
||||
```
|
||||
|
||||
Dependencies are:
|
||||
|
Loading…
Reference in New Issue
Block a user