mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
Compare commits
11 Commits
029a8d1757
...
8953d875b5
Author | SHA1 | Date | |
---|---|---|---|
8953d875b5 | |||
f45ab1dcbb | |||
7bbac61906 | |||
3aacbbeec4 | |||
c4340efc6f | |||
851c468748 | |||
892a3f8302 | |||
620f6ce442 | |||
1000c38cb2 | |||
517778ac50 | |||
af99632f51 |
@ -37,11 +37,11 @@ More information about **formatting rules** vs **code-quality rules** can be fou
|
|||||||
npm install --save-dev \
|
npm install --save-dev \
|
||||||
eslint@^9.21.0 \
|
eslint@^9.21.0 \
|
||||||
eslint-plugin-promise@^7.2.1 \
|
eslint-plugin-promise@^7.2.1 \
|
||||||
eslint-plugin-unicorn@^57.0.0 \
|
eslint-plugin-unicorn@^59.0.0 \
|
||||||
eslint-plugin-import-x@^4.6.1 \
|
eslint-plugin-import-x@^4.6.1 \
|
||||||
globals@^16.0.0 \
|
globals@^16.0.0 \
|
||||||
typescript@^5.7.3 \
|
typescript@^5.8.3 \
|
||||||
typescript-eslint@^8.24.1 \
|
typescript-eslint@^8.32.0 \
|
||||||
eslint-config-conventions@latest
|
eslint-config-conventions@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -252,6 +252,9 @@ export default typescriptESLint.config(
|
|||||||
"unicorn/prefer-structured-clone": "error",
|
"unicorn/prefer-structured-clone": "error",
|
||||||
"unicorn/template-indent": "error",
|
"unicorn/template-indent": "error",
|
||||||
"unicorn/consistent-existence-index-check": "error",
|
"unicorn/consistent-existence-index-check": "error",
|
||||||
|
"unicorn/no-unnecessary-array-flat-depth": "error",
|
||||||
|
"unicorn/consistent-assert": "error",
|
||||||
|
"unicorn/no-accessor-recursion": "error",
|
||||||
|
|
||||||
"import-x/no-absolute-path": "error",
|
"import-x/no-absolute-path": "error",
|
||||||
"import-x/no-webpack-loader-syntax": "error",
|
"import-x/no-webpack-loader-syntax": "error",
|
||||||
@ -346,6 +349,8 @@ export default typescriptESLint.config(
|
|||||||
"no-useless-constructor": "off",
|
"no-useless-constructor": "off",
|
||||||
"@typescript-eslint/no-useless-constructor": "error",
|
"@typescript-eslint/no-useless-constructor": "error",
|
||||||
|
|
||||||
|
"@typescript-eslint/no-unnecessary-type-conversion": "error",
|
||||||
|
|
||||||
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
||||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||||
|
|
||||||
|
2012
package-lock.json
generated
2012
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -47,22 +47,22 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^9.21.0",
|
"eslint": "^9.21.0",
|
||||||
"eslint-plugin-promise": "^7.2.1",
|
"eslint-plugin-promise": "^7.2.1",
|
||||||
"eslint-plugin-unicorn": "^57.0.0",
|
"eslint-plugin-unicorn": "^59.0.0",
|
||||||
"eslint-plugin-import-x": "^4.6.1",
|
"eslint-plugin-import-x": "^4.6.1",
|
||||||
"globals": "^16.0.0",
|
"globals": "^16.0.0",
|
||||||
"typescript-eslint": "^8.24.1"
|
"typescript-eslint": "^8.32.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "22.13.5",
|
"@types/node": "22.15.17",
|
||||||
"globals": "16.0.0",
|
"globals": "16.1.0",
|
||||||
"editorconfig-checker": "6.0.1",
|
"editorconfig-checker": "6.0.1",
|
||||||
"eslint": "9.21.0",
|
"eslint": "9.26.0",
|
||||||
"eslint-plugin-promise": "7.2.1",
|
"eslint-plugin-promise": "7.2.1",
|
||||||
"eslint-plugin-unicorn": "57.0.0",
|
"eslint-plugin-unicorn": "59.0.1",
|
||||||
"eslint-plugin-import-x": "4.6.1",
|
"eslint-plugin-import-x": "4.11.1",
|
||||||
"typescript-eslint": "8.24.1",
|
"typescript-eslint": "8.32.0",
|
||||||
"prettier": "3.5.2",
|
"prettier": "3.5.3",
|
||||||
"semantic-release": "24.2.3",
|
"semantic-release": "24.2.3",
|
||||||
"typescript": "5.7.3"
|
"typescript": "5.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user