eslint-plugin-oxlint
Advanced tools
Comparing version 0.8.0 to 0.9.0
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Turn off all rules already supported by oxlint", | ||
"type": "module", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.8.0", | ||
"exports": { | ||
@@ -8,0 +8,0 @@ ".": { |
@@ -19,2 +19,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'import/max-dependencies': 'off', | ||
'jest/no-conditional-in-test': 'off', | ||
'jsdoc/require-param': 'off', | ||
@@ -311,2 +312,4 @@ 'jsdoc/require-param-description': 'off', | ||
'unicorn/no-useless-length-check': 'off', | ||
'vitest/no-conditional-tests': 'off', | ||
'vitest/require-local-test-context-for-concurrent-snapshots': 'off', | ||
}; | ||
@@ -358,2 +361,3 @@ | ||
'@typescript-eslint/no-useless-empty-export': 'off', | ||
'@typescript-eslint/no-wrapper-object-types': 'off', | ||
'@typescript-eslint/prefer-namespace-keyword': 'off', | ||
@@ -398,2 +402,3 @@ '@typescript-eslint/prefer-ts-expect-error': 'off', | ||
'react/jsx-props-no-spread-multi': 'off', | ||
'unicorn/consistent-function-scoping': 'off', | ||
'unicorn/prefer-array-flat': 'off', | ||
@@ -400,0 +405,0 @@ 'unicorn/prefer-array-some': 'off', |
@@ -133,2 +133,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'jest/no-conditional-expect': 'off', | ||
'jest/no-conditional-in-test': 'off', | ||
'jest/no-confusing-set-timeout': 'off', | ||
@@ -326,2 +327,3 @@ 'jest/no-deprecated-functions': 'off', | ||
'@typescript-eslint/no-var-requires': 'off', | ||
'@typescript-eslint/no-wrapper-object-types': 'off', | ||
'@typescript-eslint/prefer-as-const': 'off', | ||
@@ -339,2 +341,3 @@ '@typescript-eslint/prefer-enum-initializers': 'off', | ||
'unicorn/catch-error-name': 'off', | ||
'unicorn/consistent-function-scoping': 'off', | ||
'unicorn/empty-brace-spaces': 'off', | ||
@@ -426,5 +429,7 @@ 'unicorn/error-message': 'off', | ||
const vitestRules = { | ||
'vitest/no-conditional-tests': 'off', | ||
'vitest/no-import-node-test': 'off', | ||
'vitest/prefer-to-be-falsy': 'off', | ||
'vitest/prefer-to-be-truthy': 'off', | ||
'vitest/require-local-test-context-for-concurrent-snapshots': 'off', | ||
}; | ||
@@ -431,0 +436,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143063
3322