ESLint обновнён до 10-й версии

This commit is contained in:
2026-02-12 14:07:01 +04:00
parent f30793af80
commit 095724c175
3 changed files with 40 additions and 23 deletions

View File

@@ -28,11 +28,9 @@ const config = [
'no-promise-executor-return': 'error',
'no-self-compare': 'error',
'no-template-curly-in-string': 'warn',
'no-unassigned-vars': 'warn',
'no-unmodified-loop-condition': 'error',
'no-unreachable-loop': 'error',
'no-use-before-define': 'error',
'no-useless-assignment': 'warn',
},
...{
'dot-notation': 'warn',

View File

@@ -12,15 +12,15 @@
"access": "public"
},
"dependencies": {
"@eslint/js": "^9.39.2",
"@eslint/js": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-vue": "^10.7.0",
"globals": "^17.0.0",
"globals": "^17.3.0",
"vue-eslint-parser": "^10.2.0"
},
"peerDependencies": {
"eslint": "^9.39.0"
"eslint": "^10.0.0"
}
}