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',