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.8.0 to 0.9.0

4

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

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

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

'import/max-dependencies': 'off',
'jest/no-conditional-in-test': 'off',
'jsdoc/require-param': 'off',

@@ -311,2 +312,4 @@ 'jsdoc/require-param-description': 'off',

'unicorn/no-useless-length-check': 'off',
'vitest/no-conditional-tests': 'off',
'vitest/require-local-test-context-for-concurrent-snapshots': 'off',
};

@@ -358,2 +361,3 @@

'@typescript-eslint/no-useless-empty-export': 'off',
'@typescript-eslint/no-wrapper-object-types': 'off',
'@typescript-eslint/prefer-namespace-keyword': 'off',

@@ -398,2 +402,3 @@ '@typescript-eslint/prefer-ts-expect-error': 'off',

'react/jsx-props-no-spread-multi': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/prefer-array-flat': 'off',

@@ -400,0 +405,0 @@ 'unicorn/prefer-array-some': 'off',

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

'jest/no-conditional-expect': 'off',
'jest/no-conditional-in-test': 'off',
'jest/no-confusing-set-timeout': 'off',

@@ -326,2 +327,3 @@ 'jest/no-deprecated-functions': 'off',

'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-wrapper-object-types': 'off',
'@typescript-eslint/prefer-as-const': 'off',

@@ -339,2 +341,3 @@ '@typescript-eslint/prefer-enum-initializers': 'off',

'unicorn/catch-error-name': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/empty-brace-spaces': 'off',

@@ -426,5 +429,7 @@ 'unicorn/error-message': 'off',

const vitestRules = {
'vitest/no-conditional-tests': 'off',
'vitest/no-import-node-test': 'off',
'vitest/prefer-to-be-falsy': 'off',
'vitest/prefer-to-be-truthy': 'off',
'vitest/require-local-test-context-for-concurrent-snapshots': 'off',
};

@@ -431,0 +436,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