New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-oxlint

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-oxlint - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc