eslint-plugin-oxlint
Advanced tools
Comparing version 0.15.4 to 0.15.5
@@ -157,2 +157,3 @@ declare const configByCategory: { | ||
readonly 'max-params': "off"; | ||
readonly 'new-cap': "off"; | ||
readonly 'no-continue': "off"; | ||
@@ -159,0 +160,0 @@ readonly 'no-duplicate-imports': "off"; |
@@ -16,2 +16,3 @@ declare const configByScope: { | ||
readonly 'max-params': "off"; | ||
readonly 'new-cap': "off"; | ||
readonly 'no-alert': "off"; | ||
@@ -18,0 +19,0 @@ readonly 'no-array-constructor': "off"; |
@@ -148,2 +148,3 @@ declare const pedanticRules: { | ||
readonly 'max-params': "off"; | ||
readonly 'new-cap': "off"; | ||
readonly 'no-continue': "off"; | ||
@@ -150,0 +151,0 @@ readonly 'no-duplicate-imports': "off"; |
@@ -13,2 +13,3 @@ declare const eslintRules: { | ||
readonly 'max-params': "off"; | ||
readonly 'new-cap': "off"; | ||
readonly 'no-alert': "off"; | ||
@@ -15,0 +16,0 @@ readonly 'no-array-constructor': "off"; |
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -69,3 +69,3 @@ "type": "module", | ||
"memfs": "^4.14.0", | ||
"oxlint": "^0.15.4", | ||
"oxlint": "^0.15.5", | ||
"prettier": "^3.3.3", | ||
@@ -72,0 +72,0 @@ "scule": "^1.3.0", |
@@ -152,2 +152,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'max-params': 'off', | ||
'new-cap': 'off', | ||
'no-continue': 'off', | ||
@@ -154,0 +155,0 @@ 'no-duplicate-imports': 'off', |
@@ -15,2 +15,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'max-params': 'off', | ||
'new-cap': 'off', | ||
'no-alert': 'off', | ||
@@ -17,0 +18,0 @@ 'no-array-constructor': 'off', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
575347
11555