mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
8953d875b5 | |||
f45ab1dcbb | |||
7bbac61906 | |||
3aacbbeec4 | |||
c4340efc6f | |||
851c468748 | |||
892a3f8302 |
@ -41,7 +41,7 @@ npm install --save-dev \
|
||||
eslint-plugin-import-x@^4.6.1 \
|
||||
globals@^16.0.0 \
|
||||
typescript@^5.8.3 \
|
||||
typescript-eslint@^8.24.1 \
|
||||
typescript-eslint@^8.32.0 \
|
||||
eslint-config-conventions@latest
|
||||
```
|
||||
|
||||
|
@ -252,6 +252,9 @@ export default typescriptESLint.config(
|
||||
"unicorn/prefer-structured-clone": "error",
|
||||
"unicorn/template-indent": "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-webpack-loader-syntax": "error",
|
||||
@ -346,6 +349,8 @@ export default typescriptESLint.config(
|
||||
"no-useless-constructor": "off",
|
||||
"@typescript-eslint/no-useless-constructor": "error",
|
||||
|
||||
"@typescript-eslint/no-unnecessary-type-conversion": "error",
|
||||
|
||||
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||
|
||||
|
1121
package-lock.json
generated
1121
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -47,20 +47,20 @@
|
||||
"peerDependencies": {
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-unicorn": "^57.0.0 || ^58.0.0 || ^59.0.0",
|
||||
"eslint-plugin-unicorn": "^59.0.0",
|
||||
"eslint-plugin-import-x": "^4.6.1",
|
||||
"globals": "^16.0.0",
|
||||
"typescript-eslint": "^8.24.1"
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "22.15.3",
|
||||
"globals": "16.0.0",
|
||||
"@types/node": "22.15.17",
|
||||
"globals": "16.1.0",
|
||||
"editorconfig-checker": "6.0.1",
|
||||
"eslint": "9.25.1",
|
||||
"eslint": "9.26.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-unicorn": "59.0.0",
|
||||
"eslint-plugin-import-x": "4.11.0",
|
||||
"typescript-eslint": "8.31.1",
|
||||
"eslint-plugin-unicorn": "59.0.1",
|
||||
"eslint-plugin-import-x": "4.11.1",
|
||||
"typescript-eslint": "8.32.0",
|
||||
"prettier": "3.5.3",
|
||||
"semantic-release": "24.2.3",
|
||||
"typescript": "5.8.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user