Releases: mlaursen/eslint-config
Releases · mlaursen/eslint-config
@mlaursen/eslint-config@7.0.0
"@mlaursen/eslint-config": major
Updated to only support ESM
@mlaursen/eslint-config@7.0.0-next.0
"@mlaursen/eslint-config": major
Updated to only support ESM
@mlaursen/eslint-config@6.1.0
"@mlaursen/eslint-config": minor
- Updated dependencies and rules to the latest versions.
@mlaursen/eslint-config@6.0.0
"@mlaursen/eslint-config": major
Updated dependencies for the latest eslint rules and behavior.
- Bumped
eslint-plugin-testing-library
to v7.1.0 - Bumped
@next/eslint-plugin-next
to v15.0.4
@mlaursen/eslint-config@6.0.0-next.0
"@mlaursen/eslint-config": major
Updated dependencies for the latest eslint rules and behavior.
- Bumped
eslint-plugin-testing-library
to v7.1.0 - Bumped
@next/eslint-plugin-next
to v15.0.4
@mlaursen/eslint-config@5.2.0
"@mlaursen/eslint-config": minor
Features:
- bump dependencies to latest
Fixes:
- Disabled
@typescript-eslint/unified-signatures
since you get better type inference with separate signatures - Disabled
no-undef
and removed globals since I use typescript
@mlaursen/eslint-config@5.1.3
"@mlaursen/eslint-config": patch
The release focused on improving docs and debugging:
- added a
name
to each configuration so it can be inspected more easily withnpx @eslint/config-inspector@latest
- added tsdoc to each configuration object so it can be viewed from editor
- export
globals
so additional globals can be added easily - allow default export if you prefer
import mlaursenConfig from "@mlaursen/eslint-config
->export default mlaursenConfig.configs.typescript;
- added a few more typescript file types
@mlaursen/eslint-config@5.1.2
"@mlaursen/eslint-config": patch
There were a few changes in this release:
- attempt to fix the globals issue when using react/jsx-a11y
- allow less strict typescript behavior in tests
- fix some typescript rules that conflicted with base js
- customize and disable some strict typescript rules since I don't always agree with them
- require the dependency array for the
useIsomorphicLayoutEffect
hook
@mlaursen/eslint-config@5.1.1
"@mlaursen/eslint-config": patch
Fixed missing react and jsx-a11y plugins.
@mlaursen/eslint-config@5.1.0
@mlaursen/eslint-config
5.1.0
Minor Changes
- Added support for the next eslint plugin and ignoring files with .gitignore