Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Releases: eslint-kit/eslint-config-kit

Some README updates for NPM

16 Jan 09:39
Compare
Choose a tag to compare

V2

16 Jan 09:29
Compare
Choose a tag to compare
V2
  • Base config fixes:

    • set es6 env to true (fixes Set, Promise errors).
    • disabledefault-param-last rule (fixes conflicts with redux reducers).
    • allow props in no-param-reassign rule.
  • Merge react and react-hooks configs. Remove react pack.

  • React config fixes:

    • Detect react version by default.
  • Add guide for adding aliases (Advanced Usage section).

Some minor changes

09 Jan 20:12
Compare
Choose a tag to compare
  • Allow expressions in @typescript-eslint/explicit-function-return-type
  • Update Prettier recommended settings

Remove @typescript-eslint/member-delimiter-style

09 Jan 19:01
Compare
Choose a tag to compare

This rule is about the formatting details, so it should not be in typescript config.
Appropriate setting should be controlled by Prettier config, or manually by a user.

TS config improvements and more

07 Jan 22:31
Compare
Choose a tag to compare
  • Make typescript config to not ask for ts, tsx and d.ts extensions.
  • Fix imports ordering in base config.
  • Remove import/order rule alises ordering from typescript config.
  • Move README logo outside the repository.
  • Other README updates.

Critical change in README

07 Jan 21:03
Compare
Choose a tag to compare

Readme updates for npm

07 Jan 18:08
698ae81
Compare
Choose a tag to compare
1.0.1

Update npmpublish.yml

First release

07 Jan 17:52
Compare
Choose a tag to compare
1.0.0

v1.0.0