Compare commits

...

1 Commits

Author SHA1 Message Date
3f2566b9d1 Update Oxlint config 2026-08-14 10:08:45 +04:00

View File

@@ -26,6 +26,7 @@
"eslint/no-inline-comments": "off",
"eslint/no-irregular-whitespace": ["error", { "skipTemplates": true }],
"eslint/no-magic-numbers": "off",
"eslint/no-nested-ternary": "off",
"eslint/no-new": "off",
"eslint/no-shadow": "off",
"eslint/no-ternary": "off",
@@ -33,6 +34,7 @@
"eslint/no-undefined": "off",
"eslint/no-underscore-dangle": "off",
"eslint/no-unexpected-multiline": "off",
"eslint/one-var": "off",
"eslint/prefer-destructuring": [
"warn",
{
@@ -55,6 +57,7 @@
"oxc/no-map-spread": "off",
"oxc/no-optional-chaining": "off",
"oxc/no-rest-spread-properties": "off",
"unicorn/explicit-timer-delay": "off",
"unicorn/filename-case": ["warn", { "cases": { "kebabCase": true, "pascalCase": true } }],
"unicorn/no-empty-file": "warn",
"unicorn/no-nested-ternary": "off",