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

2

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

@@ -5,0 +5,0 @@ "type": "module",

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

'unicorn/prefer-math-trunc': 'off',
'unicorn/prefer-string-replace-all': 'off',
};

@@ -57,3 +56,2 @@

'no-unreachable': 'off',
'no-unused-vars': 'off',
'import/export': 'off',

@@ -383,2 +381,3 @@ 'import/no-deprecated': 'off',

'unicorn/prefer-prototype-methods': 'off',
'unicorn/prefer-string-replace-all': 'off',
'unicorn/prefer-string-starts-ends-with': 'off',

@@ -433,2 +432,6 @@ 'unicorn/prefer-string-trim-start-end': 'off',

const dangerousSuggestionRules = {
'no-unused-vars': 'off',
};
export {

@@ -449,2 +452,3 @@ pedanticRules,

suspiciousRules,
dangerousSuggestionRules,
};
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