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 Versions

23

1.9.3

Diff

Changelog

Source

1.9.3

  • Added a few minor ESLint rules to be disabled.
  • Now using Biome's JSON Metadata to generate this package's rules to be disabled. Many thanks, ematipico!
srbrahma
published 1.8.4 •

srbrahma
published 1.8.3 •

Changelog

Source

1.8.3

  • Fix issue with ESLint's Flat Config (#7).
srbrahma
published 1.7.3 •

Changelog

Source

1.7.3

  • Updated Biome to 1.7.3; added the following disables:
"no-eval": "off",
"no-global-assign": "off",
"no-lone-blocks": "off",
"no-misleading-character-class": "off",
"no-unneeded-ternary": "off",
"no-use-before-define": "off",
"@mysticatea/eslint-plugin/no-this-in-static": "off",
"@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/no-import-type-side-effects": "off",
"@typescript-eslint/no-unnecessary-type-arguments": "off",
"@typescript-eslint/prefer-function-type": "off",
"jest/max-nested-describe": "off",
"jest/no-duplicate-hooks": "off",
"jest/no-export": "off",
"jest/no-focused-tests": "off",
"react/jsx-key": "off",
"unicorn/no-thenable": "off",
"unicorn/prefer-node-protocol": "off",
"unicorn/prefer-number-properties": "off",
srbrahma
published 1.7.1 •

srbrahma
published 1.5.3 •

Changelog

Source

1.5.3

  • Updated for Biome v1.5.3
  • Now using https://biomejs.dev/linter/rules/ together with https://biomejs.dev/linter/rules-sources/ instead of https://github.com/biomejs/biome/discussions/3 as source of truth.
srbrahma
published 1.5.1 •

Changelog

Source

1.5.1

  • Updated for Biome v1.5.1
srbrahma
published 1.4.1 •

Changelog

Source

1.4.1

  • Missing eslint-config-prettier.js file in bundle
srbrahma
published 1.4.0 •

Changelog

Source

1.4.0

  • eslint-config-prettier is now added automatically. You can remove it from your dependencies and your eslint config.

  • Updated README so setups using .eslintrc.* suggests "overrides" instead of "extends"

srbrahma
published 1.3.0 •

Changelog

Source

1.3.0

  • Now relevant TS Extension rules are added automatically to the index.js. These were added:

    "@typescript-eslint/dot-notation": "off",
    "@typescript-eslint/no-loss-of-precision": "off",
    "@typescript-eslint/no-dupe-class-members": "off",
    "@typescript-eslint/default-param-last": "off",
    "@typescript-eslint/no-useless-constructor": "off",
    "@typescript-eslint/no-redeclare": "off",
    

    Thank you Nicolas for the idea!

  • Added an awesome logo to the project ;)

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