Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-oxlint

Package Overview
Dependencies
Maintainers
0
Versions
34
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.9.5 to 0.9.6

4

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

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