eslint-config-biome

Disables ESLint rules that have a recommended and equivalent Biome rule

OTHER License

Downloads
133.1K
Stars
98
Committers
2

Bot releases are hidden (Show)

eslint-config-biome - 1.7.3 Latest Release

Published by SrBrahma 5 months ago

  • 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",
eslint-config-biome - 1.7.1

Published by SrBrahma 6 months ago

  • 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",
eslint-config-biome - 1.5.1

Published by SrBrahma 9 months ago

  • Updated for Biome v1.5.1
eslint-config-biome - 1.4.0

Published by SrBrahma 10 months ago

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