@incentro-ic/config-eslint
2.0.0
Major Changes
- Merged the original source of this repository (part of the
micro.novaproject) into this project. This includes an upgrade to the latest ESLint version, updates to its dependencies. It also reverts back from usingeslint-plugin-import-xtoeslint-plugin-import, and adds the CSpell ESLint plugin and the Vitest ESLint plugin . (#8 )
Minor Changes
1.0.3
Patch Changes
- Changing eslint config
1.0.2
Patch Changes
- Updating packages that are candidates for Deprecation & dep cleanup
1.0.0
Major Changes
- Release under @incentro-ecx organization (#7 )
0.3.0
Minor Changes
- Adds some abbrevations to allow in code
0.2.1
Patch Changes
- Add resolver and parser settings for import-x plugin
0.2.0
Minor Changes
- Swap eslint-plugin-import for eslint-plugin-import-x
0.1.0
Minor Changes
- Improve import plugin compatibility with flat configuration for ESLint
Changelog from @micro.nova/eslint
The original version of this package (which this is a fork off) was merged into this repository and released as version 2.0.0. Below is the changelog of all the versions from the original config:
0.5.1
Patch Changes
- Add base config to React Router ESLint config. (#28 )
0.5.0
Minor Changes
- Add
@micro.nova/eslint/react-routerconfig for React Router projects. (#27 )
Patch Changes
- Update dependencies (#27 )
0.4.2
Patch Changes
- Updated dependencies. (#23 )
0.4.1
Patch Changes
0.4.0
Minor Changes
-
Add spellchecker ESlint plugin . (#18 )
-
Add rules specific to test files using a Vitest ESLint plugin . (#18 )
Patch Changes
0.3.8
Patch Changes
- Disable Typescript ESLint’s
no-empty-object-typerule for interface extensions (#16 )
0.3.2 - 0.3.7
Version 0.3.2 to 0.3.7 were published with errors and should not be used.
0.3.1
Patch Changes
- Re-order ESLint rules to overwrite recommended configs from plugins with our own overrides. (#15 )
0.3.0
Minor Changes
-
[BREAKING] Drop support for ESLint version 8 (#13 )
-
Add names to custom configs to aid when using ESLint Config Inspector (#13 )
Patch Changes
- Update dependencies (#13 )
0.2.2
Patch Changes
- Updated dependencies (#11 )
0.2.1
Patch Changes
- Turn off
unicorn/prefer-event-targetrule in favor of NodeJS’s EventEmitter (#10 )
0.2.0
Minor Changes
- Disabled
unicorn/no-useless-undefinedrule as it conflicts with Typescript settings around strict use ofundefined. (#9 )
0.1.0
Minor Changes
- Initial release (#6 )
Last updated on