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

eslint-plugin-oxlint

Package Overview
Dependencies
Maintainers
2
Versions
35
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.8 to 0.2.9

index.d.ts

10

package.json
{
"name": "eslint-plugin-oxlint",
"version": "0.2.8",
"version": "0.2.9",
"description": "Turn off all rules already supported by oxlint",

@@ -11,3 +11,4 @@ "type": "module",

"require": "./index.cjs",
"default": "./index.js"
"default": "./index.js",
"types": "./index.d.ts"
},

@@ -17,3 +18,4 @@ "./rules": {

"require": "./rules.cjs",
"default": "./rules.js"
"default": "./rules.js",
"types": "./rules.d.ts"
}

@@ -48,3 +50,3 @@ },

"lint-staged": "^15.2.0",
"oxlint": "^0.2.16",
"oxlint": "^0.2.17",
"prettier": "^3.2.4",

@@ -51,0 +53,0 @@ "tsx": "^4.7.2",

2

rules.js

@@ -94,2 +94,3 @@ // These rules are automatically generated by scripts/generate-rules.ts

"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-duplicate-enum-values": "off",

@@ -141,2 +142,3 @@ "@typescript-eslint/no-empty-interface": "off",

"jest/prefer-expect-resolves": "off",
"jest/prefer-lowercase-title": "off",
"jest/prefer-mock-promise-shorthand": "off",

@@ -143,0 +145,0 @@ "jest/prefer-spy-on": "off",

Sorry, the diff of this file is not supported yet

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