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.9 to 0.9.10

10

package.json
{
"name": "eslint-plugin-oxlint",
"version": "0.9.9",
"version": "0.9.10",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"exports": {

@@ -56,3 +56,3 @@ ".": {

"@eslint/eslintrc": "^3.1.0",
"@oxc-node/core": "^0.0.14",
"@oxc-node/core": "^0.0.15",
"@types/eslint": "^9.0.0",

@@ -68,7 +68,7 @@ "@types/node": "^22.0.0",

"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"memfs": "^4.9.2",
"oxlint": "^0.9.8",
"oxlint": "^0.9.10",
"prettier": "^3.3.1",

@@ -75,0 +75,0 @@ "shelljs": "^0.8.5",

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

'promise/param-names': 'off',
'promise/prefer-await-to-callbacks': 'off',
'promise/prefer-await-to-then': 'off',

@@ -184,2 +185,3 @@ 'react/jsx-curly-brace-presence': 'off',

'no-regex-spaces': 'off',
'no-return-assign': 'off',
'no-template-curly-in-string': 'off',

@@ -186,0 +188,0 @@ 'no-void': 'off',

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

'no-restricted-globals': 'off',
'no-return-assign': 'off',
'no-script-url': 'off',

@@ -271,2 +272,3 @@ 'no-self-assign': 'off',

'promise/param-names': 'off',
'promise/prefer-await-to-callbacks': 'off',
'promise/prefer-await-to-then': 'off',

@@ -273,0 +275,0 @@ 'promise/spec-only': '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