diff --git a/.oxlintrc.json b/.oxlintrc.json index 3b40caa..ad1ab68 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -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",