Skip to Content
ConfigsESLintChangelog

@incentro-ic/config-eslint

2.0.0

Major Changes

  • Merged the original source of this repository (part of the micro.nova project) into this project. This includes an upgrade to the latest ESLint version, updates to its dependencies. It also reverts back from using eslint-plugin-import-x to eslint-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

Patch Changes

  • Update dependencies (#27 )

0.4.2

Patch Changes

  • Updated dependencies. (#23 )

0.4.1

Patch Changes

  • Updated dependencies. (#20 )

  • Publish declaration maps and source code. (#19 )

0.4.0

Minor Changes

Patch Changes

  • Allow returning void in arrow function shorthands. (#18 )

  • Allow use of while(true). (#18 )

0.3.8

Patch Changes

  • Disable Typescript ESLint’s no-empty-object-type rule 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

Patch Changes

  • Update dependencies (#13 )

0.2.2

Patch Changes

  • Updated dependencies (#11 )

0.2.1

Patch Changes

  • Turn off unicorn/prefer-event-target rule in favor of NodeJS’s EventEmitter (#10 )

0.2.0

Minor Changes

  • Disabled unicorn/no-useless-undefined rule as it conflicts with Typescript settings around strict use of undefined. (#9 )

0.1.0

Minor Changes

  • Initial release (#6 )
Last updated on