Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More →
Socket
Sign inDemoInstall
Socket

eslint-config-biome

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-biome - npm Package Compare versions

Comparing version 1.4.1 to 1.5.1

6

index.js

@@ -52,2 +52,3 @@ /**

"no-regex-spaces": "off",
"no-return-assign": "off",
"no-self-assign": "off",

@@ -76,2 +77,3 @@ "no-self-compare": "off",

"prefer-numeric-literals": "off",
"prefer-regex-literals": "off",
"prefer-rest-params": "off",

@@ -106,2 +108,3 @@ "prefer-template": "off",

"jsx-a11y/aria-proptypes": "off",
"jsx-a11y/aria-role": "off",
"jsx-a11y/aria-unsupported-elements": "off",

@@ -116,2 +119,3 @@ "jsx-a11y/click-events-have-key-events": "off",

"jsx-a11y/no-access-key": "off",
"jsx-a11y/no-aria-hidden-on-focusable": "off",
"jsx-a11y/no-autofocus": "off",

@@ -131,5 +135,7 @@ "jsx-a11y/no-distracting-elements": "off",

"react/jsx-no-useless-fragment": "off",
"react/no-array-index-key": "off",
"react/no-children-prop": "off",
"react/no-danger": "off",
"react/no-danger-with-children": "off",
"react/void-dom-elements-no-children": "off",
"react-hooks/exhaustive-deps": "off",

@@ -136,0 +142,0 @@ "unicorn/no-array-for-each": "off",

4

package.json
{
"name": "eslint-config-biome",
"version": "1.4.1",
"version": "1.5.1",
"description": "Disables ESLint rules that have a recommended and equivalent Biome rule",

@@ -33,3 +33,3 @@ "main": "index.js",

"devDependencies": {
"@biomejs/biome": "1.4.1",
"@biomejs/biome": "^1.5.0",
"@sindresorhus/tsconfig": "^5.0.0",

@@ -36,0 +36,0 @@ "@types/bun": "^1.0.0",

@@ -10,4 +10,3 @@ <div align="center">

Disables ESLint rules that have an [**equivalent and recommended**](https://github.com/biomejs/biome/discussions/3) [Biome](https://biomejs.dev/) rule, allowing the<br/>
simultaneous use of Biome and ESLint.
Disables ESLint rules that have an [**equivalent and recommended**](https://github.com/biomejs/biome/discussions/3) [Biome](https://biomejs.dev/) rule, allowing the simultaneous use of Biome and ESLint.

@@ -72,3 +71,3 @@ </h4>

"format:check": "biome check . && eslint .",
"format": "biome check --apply-unsafe . && eslint --fix",
"format": "biome check --apply-unsafe . && eslint --fix .",
}

@@ -75,0 +74,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