eslint-plugin-oxlint
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -48,3 +48,2 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'unicorn/prefer-math-trunc': 'off', | ||
'unicorn/prefer-string-replace-all': 'off', | ||
}; | ||
@@ -57,3 +56,2 @@ | ||
'no-unreachable': 'off', | ||
'no-unused-vars': 'off', | ||
'import/export': 'off', | ||
@@ -383,2 +381,3 @@ 'import/no-deprecated': 'off', | ||
'unicorn/prefer-prototype-methods': 'off', | ||
'unicorn/prefer-string-replace-all': 'off', | ||
'unicorn/prefer-string-starts-ends-with': 'off', | ||
@@ -433,2 +432,6 @@ 'unicorn/prefer-string-trim-start-end': 'off', | ||
const dangerousSuggestionRules = { | ||
'no-unused-vars': 'off', | ||
}; | ||
export { | ||
@@ -449,2 +452,3 @@ pedanticRules, | ||
suspiciousRules, | ||
dangerousSuggestionRules, | ||
}; |
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
142140
3299