eslint-plugin-oxlint
Advanced tools
Comparing version 0.9.5 to 0.9.6
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -71,3 +71,3 @@ "type": "module", | ||
"memfs": "^4.9.2", | ||
"oxlint": "^0.9.5", | ||
"oxlint": "^0.9.6", | ||
"prettier": "^3.3.1", | ||
@@ -74,0 +74,0 @@ "shelljs": "^0.8.5", |
@@ -404,2 +404,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'no-nonoctal-decimal-escape': 'off', | ||
'no-plusplus': 'off', | ||
'sort-keys': 'off', | ||
@@ -406,0 +407,0 @@ 'sort-vars': 'off', |
@@ -68,2 +68,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'no-obj-calls': 'off', | ||
'no-plusplus': 'off', | ||
'no-proto': 'off', | ||
@@ -70,0 +71,0 @@ 'no-prototype-builtins': 'off', |
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
144211
3360