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.7.0 to 0.7.1

8

package.json
{
"name": "eslint-plugin-oxlint",
"version": "0.7.0",
"version": "0.7.1",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"exports": {

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

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

@@ -77,3 +77,3 @@ "@types/node": "^22.0.0",

"vite": "^5.2.13",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.0",
"vitest": "^2.0.0"

@@ -80,0 +80,0 @@ },

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

'import/no-unused-modules': 'off',
'promise/no-return-in-finally': 'off',
'react/require-render-return': 'off',

@@ -71,3 +72,2 @@ 'react/rules-of-hooks': 'off',

'no-empty-function': 'off',
'no-eq-null': 'off',
'no-eval': 'off',

@@ -102,3 +102,2 @@ 'no-iterator': 'off',

'unicorn/no-array-reduce': 'off',
'unicorn/no-length-as-slice-end': 'off',
'unicorn/no-magic-array-flat-depth': 'off',

@@ -142,2 +141,3 @@ 'unicorn/no-process-exit': 'off',

'promise/param-names': 'off',
'promise/prefer-await-to-then': 'off',
'react/jsx-curly-brace-presence': 'off',

@@ -200,3 +200,2 @@ 'react/no-set-state': 'off',

'no-class-assign': 'off',
'no-compare-neg-zero': 'off',
'no-cond-assign': 'off',

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

'jsx-a11y/no-access-key': 'off',
'jsx-a11y/no-aria-hidden-on-focusable': 'off',
'jsx-a11y/no-distracting-elements': 'off',

@@ -301,2 +299,3 @@ 'jsx-a11y/no-redundant-roles': 'off',

'nextjs/no-unwanted-polyfillio': 'off',
'promise/valid-params': 'off',
'react/jsx-key': 'off',

@@ -336,2 +335,6 @@ 'react/jsx-no-duplicate-props': 'off',

const conditionalSuggestionFixRules = {
'no-compare-neg-zero': 'off',
};
const fixRules = {

@@ -359,2 +362,3 @@ 'no-debugger': 'off',

'jest/prefer-todo': 'off',
'jsx-a11y/no-aria-hidden-on-focusable': 'off',
'jsx-a11y/no-autofocus': 'off',

@@ -375,2 +379,3 @@ 'promise/no-new-statics': 'off',

'unicorn/no-instanceof-array': 'off',
'unicorn/no-length-as-slice-end': 'off',
'unicorn/no-null': 'off',

@@ -391,2 +396,4 @@ 'unicorn/no-useless-promise-resolve-reject': 'off',

'vitest/no-import-node-test': 'off',
'vitest/prefer-to-be-falsy': 'off',
'vitest/prefer-to-be-truthy': 'off',
};

@@ -414,2 +421,6 @@

const fixDangerousRules = {
'no-eq-null': 'off',
};
const suspiciousRules = {

@@ -441,5 +452,7 @@ 'no-new': 'off',

perfRules,
conditionalSuggestionFixRules,
fixRules,
pendingRules,
fixDangerousRules,
suspiciousRules,
};

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

'promise/no-new-statics': 'off',
'promise/no-return-in-finally': 'off',
'promise/param-names': 'off',
'promise/prefer-await-to-then': 'off',
'promise/valid-params': 'off',
};

@@ -421,2 +424,4 @@

'vitest/no-import-node-test': 'off',
'vitest/prefer-to-be-falsy': 'off',
'vitest/prefer-to-be-truthy': 'off',
};

@@ -423,0 +428,0 @@

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