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.1 to 0.9.2

4

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

@@ -8,0 +8,0 @@ ".": {

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

'jest/no-untyped-mock-factory': 'off',
'jest/prefer-jest-mocked': 'off',
'jest/prefer-mock-promise-shorthand': 'off',

@@ -263,2 +264,3 @@ 'jsx-a11y/aria-props': 'off',

'jsx-a11y/img-redundant-alt': 'off',
'jsx-a11y/label-has-associated-control': 'off',
'jsx-a11y/lang': 'off',

@@ -340,2 +342,3 @@ 'jsx-a11y/media-has-caption': 'off',

'no-useless-escape': 'off',
'no-var': 'off',
'unicode-bom': 'off',

@@ -349,3 +352,2 @@ 'jest/consistent-test-it': 'off',

'jest/prefer-expect-resolves': 'off',
'jest/prefer-jest-mocked': 'off',
'jest/prefer-lowercase-title': 'off',

@@ -361,2 +363,3 @@ 'jest/prefer-spy-on': 'off',

'jsx-a11y/no-redundant-roles': 'off',
'jsx-a11y/scope': 'off',
'promise/no-new-statics': 'off',

@@ -387,2 +390,3 @@ 'react/jsx-boolean-value': 'off',

'unicorn/prefer-code-point': 'off',
'unicorn/prefer-date-now': 'off',
'unicorn/prefer-dom-node-append': 'off',

@@ -401,2 +405,3 @@ 'unicorn/prefer-node-protocol': 'off',

'unicorn/text-encoding-identifier-case': 'off',
'unicorn/throw-new-error': 'off',
'vitest/no-import-node-test': 'off',

@@ -407,11 +412,15 @@ 'vitest/prefer-to-be-falsy': 'off',

const suggestionRules = {
'no-empty': 'off',
};
const fixDangerousRules = {
'no-eq-null': 'off',
};
const pendingRules = {
'no-empty': 'off',
'no-extra-boolean-cast': 'off',
'no-fallthrough': 'off',
'no-var': 'off',
'jsx-a11y/scope': 'off',
'jsx-a11y/tabindex-no-positive': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/prefer-date-now': 'off',
'unicorn/prefer-modern-math-apis': 'off',

@@ -421,9 +430,4 @@ 'unicorn/prefer-native-coercion-functions': 'off',

'unicorn/prefer-type-error': 'off',
'unicorn/throw-new-error': 'off',
};
const fixDangerousRules = {
'no-eq-null': 'off',
};
const suspiciousRules = {

@@ -465,4 +469,5 @@ 'no-new': 'off',

fixRules,
suggestionRules,
fixDangerousRules,
pendingRules,
fixDangerousRules,
suspiciousRules,

@@ -469,0 +474,0 @@ dangerousSuggestionRules,

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

'jsx-a11y/img-redundant-alt': 'off',
'jsx-a11y/label-has-associated-control': 'off',
'jsx-a11y/lang': 'off',

@@ -213,0 +214,0 @@ 'jsx-a11y/media-has-caption': '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