Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Releases: kufu/eslint-config-smarthr

v5.0.0

08 Jan 09:36
Compare
Choose a tag to compare

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

23 Jan 08:53
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2020-01-23)

Features

  • Add sort-imports to rules (3321b8d)

v3.0.0

24 Oct 01:38
Compare
Choose a tag to compare

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

Features

  • enable new rules(no-import-assign, default-param-last, prefer-regex-literals) (4962d0b)

v2.0.0

23 Aug 04:26
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-08-23)

⚠ BREAKING CHANGES

  • ESLint v5 is no longer supported

Bug Fixes

  • recreate yarn.lock file to fix yarn audit (#57) (e756990)

Features

1.0.5 (2019-07-03)

1.0.4 (2019-07-03)

1.0.3 (2019-07-03)

v1.0.5

03 Jul 05:48
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.5 (2019-07-03)

1.0.4 (2019-07-03)

1.0.3 (2019-07-03)

Upgrade dependencies

14 Jun 05:36
Compare
Choose a tag to compare
  • 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...v1.0.2

v1.0.1

23 May 01:47
Compare
Choose a tag to compare
  • ⬆️ 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

57a2a96...v1.0.1