eslint-plugin-oxlint
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -153,2 +153,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'unicorn/prefer-reflect-apply': 'off', | ||
'vitest/prefer-each': 'off', | ||
}; | ||
@@ -174,2 +175,3 @@ | ||
'unicorn/no-nested-ternary': 'off', | ||
'unicorn/no-null': 'off', | ||
'unicorn/no-single-promise-in-promise-methods': 'off', | ||
@@ -179,5 +181,7 @@ 'unicorn/no-unnecessary-await': 'off', | ||
'unicorn/no-useless-spread': 'off', | ||
'unicorn/prefer-array-flat': 'off', | ||
'unicorn/prefer-dom-node-text-content': 'off', | ||
'unicorn/prefer-query-selector': 'off', | ||
'unicorn/prefer-spread': 'off', | ||
'unicorn/require-array-join-separator': 'off', | ||
}; | ||
@@ -355,4 +359,6 @@ | ||
'jsx-a11y/no-autofocus': 'off', | ||
'jsx-a11y/no-redundant-roles': 'off', | ||
'promise/no-new-statics': 'off', | ||
'react/jsx-boolean-value': 'off', | ||
'react/jsx-props-no-spread-multi': 'off', | ||
'@typescript-eslint/array-type': 'off', | ||
@@ -372,3 +378,2 @@ '@typescript-eslint/ban-tslint-comment': 'off', | ||
'unicorn/no-length-as-slice-end': 'off', | ||
'unicorn/no-null': 'off', | ||
'unicorn/no-useless-promise-resolve-reject': 'off', | ||
@@ -380,2 +385,3 @@ 'unicorn/no-useless-undefined': 'off', | ||
'unicorn/prefer-array-flat-map': 'off', | ||
'unicorn/prefer-array-some': 'off', | ||
'unicorn/prefer-code-point': 'off', | ||
@@ -386,3 +392,6 @@ 'unicorn/prefer-dom-node-append': 'off', | ||
'unicorn/prefer-prototype-methods': 'off', | ||
'unicorn/prefer-regexp-test': 'off', | ||
'unicorn/prefer-set-size': 'off', | ||
'unicorn/prefer-string-replace-all': 'off', | ||
'unicorn/prefer-string-slice': 'off', | ||
'unicorn/prefer-string-starts-ends-with': 'off', | ||
@@ -392,2 +401,3 @@ 'unicorn/prefer-string-trim-start-end': 'off', | ||
'unicorn/switch-case-braces': 'off', | ||
'unicorn/text-encoding-identifier-case': 'off', | ||
'vitest/no-import-node-test': 'off', | ||
@@ -403,18 +413,10 @@ 'vitest/prefer-to-be-falsy': 'off', | ||
'no-var': 'off', | ||
'jsx-a11y/no-redundant-roles': 'off', | ||
'jsx-a11y/scope': 'off', | ||
'jsx-a11y/tabindex-no-positive': 'off', | ||
'react/jsx-props-no-spread-multi': 'off', | ||
'unicorn/consistent-function-scoping': 'off', | ||
'unicorn/prefer-array-flat': 'off', | ||
'unicorn/prefer-array-some': 'off', | ||
'unicorn/prefer-date-now': 'off', | ||
'unicorn/prefer-modern-math-apis': 'off', | ||
'unicorn/prefer-native-coercion-functions': 'off', | ||
'unicorn/prefer-regexp-test': 'off', | ||
'unicorn/prefer-set-size': 'off', | ||
'unicorn/prefer-string-slice': 'off', | ||
'unicorn/prefer-structured-clone': 'off', | ||
'unicorn/prefer-type-error': 'off', | ||
'unicorn/require-array-join-separator': 'off', | ||
'unicorn/text-encoding-identifier-case': 'off', | ||
'unicorn/throw-new-error': 'off', | ||
@@ -421,0 +423,0 @@ }; |
@@ -417,2 +417,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'unicorn/prefer-string-trim-start-end': 'off', | ||
'unicorn/prefer-structured-clone': 'off', | ||
'unicorn/prefer-type-error': 'off', | ||
@@ -429,2 +430,3 @@ 'unicorn/require-array-join-separator': 'off', | ||
'vitest/no-import-node-test': 'off', | ||
'vitest/prefer-each': 'off', | ||
'vitest/prefer-to-be-falsy': 'off', | ||
@@ -431,0 +433,0 @@ 'vitest/prefer-to-be-truthy': 'off', |
143213
3326