eslint-plugin-oxlint
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -222,2 +222,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
"import/default": "off", | ||
"import/no-named-as-default-member": "off", | ||
"import/named": "off", | ||
@@ -235,4 +236,6 @@ "import/no-cycle": "off", | ||
"jsx-a11y/anchor-is-valid": "off", | ||
"jsx-a11y/aria-activedescendant-has-tabindex": "off", | ||
"jsx-a11y/aria-props": "off", | ||
"jsx-a11y/aria-unsupported-elements": "off", | ||
"jsx-a11y/click-events-have-key-events": "off", | ||
"jsx-a11y/heading-has-content": "off", | ||
@@ -248,2 +251,3 @@ "jsx-a11y/html-has-lang": "off", | ||
"jsx-a11y/no-autofocus": "off", | ||
"jsx-a11y/no-redundant-roles": "off", | ||
"jsx-a11y/prefer-tag-over-role": "off", | ||
@@ -268,2 +272,3 @@ "jsx-a11y/role-has-required-aria-props": "off", | ||
"nextjs/no-css-tags": "off", | ||
"nextjs/no-head-element": "off", | ||
"nextjs/no-head-import-in-document": "off", | ||
@@ -273,3 +278,5 @@ "nextjs/no-img-element": "off", | ||
"nextjs/no-sync-scripts": "off", | ||
"nextjs/no-title-in-document-head": "off" | ||
"nextjs/no-title-in-document-head": "off", | ||
"nextjs/no-typos": "off", | ||
"nextjs/no-document-import-in-page": "off" | ||
} | ||
@@ -276,0 +283,0 @@ |
Sorry, the diff of this file is not supported yet
39851
735