eslint-config-biome
Advanced tools
Changelog
1.7.3
"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",
Changelog
1.5.3
Changelog
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"
Changelog
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 ;)