This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Releases: kufu/eslint-config-smarthr
Releases · kufu/eslint-config-smarthr
v5.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2020-07-02)
⚠ BREAKING CHANGES
- Support minimum ESLint version is v7.
- drop ESLint v6 support
- deps: update typescript-eslint version to v3
- Enable new rules in @typescript-eslint/recommended
- @typescript-eslint/no-extra-non-null-assertion
- @typescript-eslint/no-extra-semi
- @typescript-eslint/no-non-null-asserted-optional-chain
⚠️ @typescript-eslint/prefer-as-const
Features
v4.0.0
v3.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2019-10-24)
⚠ BREAKING CHANGES
- enable no-import-assign, default-param-last, prefer-regex-literals rules
- drop support for ESLint less than v6.4.0
- This adds some rules enabled by plugin:@typescript-eslint/recommended
See the rules below.
https://github.com/typescript-eslint/typescript-eslint/blob/v2.0.0/packages/eslint-plugin/src/configs/recommended.json
deps
- update @typescript-eslint to v2 (#50) (384fb0f)
- update ESLint version to v6.4.0 (fc21bcc)
Features
- enable new rules(no-import-assign, default-param-last, prefer-regex-literals) (4962d0b)
v2.0.0
v1.0.5
Upgrade dependencies
- Merge pull request #19 from nabeliwo/add-dependency 04d91a5
- ➕ Add @typescript-eslint/parser 8ac6a41
- Merge pull request #16 from kufu/dependabot/npm_and_yarn/typescript-3.5.1 7024c6f
- Merge pull request #17 from kufu/dependabot/npm_and_yarn/prettier-1.18.2 e73cc3a
- Merge pull request #18 from kufu/dependabot/npm_and_yarn/np-5.0.3 1e6040a
- ⬆️ Bump np from 5.0.2 to 5.0.3 9138ee7
- ⬆️ Bump prettier from 1.17.1 to 1.18.2 108990d
- Merge pull request #15 from kufu/dependabot/npm_and_yarn/@types/react-16.8.19 2eefc11
- ⬆️ Bump typescript from 3.4.5 to 3.5.1 90251de
- ⬆️ Bump @types/react from 16.8.18 to 16.8.19 659aafa
- Merge pull request #14 from kufu/dependabot/npm_and_yarn/@types/react-16.8.18 87ff1f7
- ⬆️ Bump @types/react from 16.8.17 to 16.8.18 89d8a9c
- Merge pull request #13 from kufu/add-contributing-md 332104d
- 📝 add CONTRIBUTING.md df5ea87
v1.0.1
- ⬆️ Bump prettier from 1.17.0 to 1.17.1 a57be8f
- ⬆️ Bump np from 5.0.1 to 5.0.2 b22f86e
- ⬆️ Bump eslint-plugin-react from 7.12.4 to 7.13.0 4f317e6
- ⬆️ Bump eslint-config-prettier from 4.1.0 to 4.3.0 63e2ed8
- ⬆️ Bump @types/react from 16.8.14 to 16.8.17 111bef5
- 📝 fix a URL for npm badge 52b5e3e
- 📝 add Badges into README 6d5348e
- 💚 add CircleCI 98121a0
- 💚 add more tests 2831633
- 👍 relax some rules 964e760
- ⬆️ Bump @typescript-eslint/eslint-plugin from 1.7.0 to 1.9.0 aa886de
- ⬆️ Bump eslint-plugin-prettier from 3.0.1 to 3.1.0 e18d879
- ⬆️ Bump jest from 24.7.1 to 24.8.0 9719b0e
- 🔧 Set auto-assign setting 551c51c
- v1.0.0 03e423d
- ✅ Update snapshot 70d5dc1
- 🔧 add a npm-script to release a new package using np 85ae821
- 👍 relax some rules 24cceca
- 🐛 remove package-lock.json 13a480e