This repository has been archived by the owner on May 22, 2022. It is now read-only.
Releases: eslint-kit/eslint-config-kit
Releases · eslint-kit/eslint-config-kit
Some README updates for NPM
2.0.1 v2.0.1
V2
-
Base config fixes:
- set
es6
env totrue
(fixesSet
,Promise
errors). - disable
default-param-last
rule (fixes conflicts withredux
reducers). - allow props in
no-param-reassign
rule.
- set
-
Merge
react
andreact-hooks
configs. Removereact
pack. -
React config fixes:
- Detect
react
version by default.
- Detect
-
Add guide for adding aliases (
Advanced Usage
section).
Some minor changes
- Allow expressions in @typescript-eslint/explicit-function-return-type
- Update Prettier recommended settings
Remove @typescript-eslint/member-delimiter-style
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
- Make
typescript
config to not ask forts
,tsx
andd.ts
extensions. - Fix imports ordering in
base
config. - Remove
import/order
rule alises ordering fromtypescript
config. - Move README logo outside the repository.
- Other README updates.
Critical change in README
1.0.2 v1.0.2
Readme updates for npm
1.0.1 Update npmpublish.yml
First release
1.0.0 v1.0.0