Skip to content

Releases: ftzi/eslint-config-biome

2.1.3

02 Aug 01:03
281f9b7

Choose a tag to compare

  • Updated Biome to 2.1.3.
  • Updated eslint-config-prettier.

1.9.3

09 Oct 18:09

Choose a tag to compare

  • 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!

1.8.3

07 Sep 15:39

Choose a tag to compare

Fix issue with ESLint's Flat Config (#7).

1.7.3

09 May 16:19

Choose a tag to compare

  • Updated Biome to 1.7.1; 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",

1.5.1

13 Jan 21:35

Choose a tag to compare

  • Updated for Biome v1.5.1

1.4.0

06 Jan 11:21
9cb8c4d

Choose a tag to compare

  • 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"