Skip to content

Releases: 20minutes/eslint-config

1.2.6

23 Aug 08:53
4c82bfe
Compare
Choose a tag to compare

What's Changed

  • Allow eslint-config-prettier 9.0 in peer deps by @j0k3r in #16

Full Changelog: v1.2.5...v1.2.6

1.2.5

23 Aug 08:49
42c015d
Compare
Choose a tag to compare

What's Changed

  • Allow eslint-config-prettier 9.0 by @j0k3r in #15

Full Changelog: v1.2.4...v1.2.5

1.2.4

26 Sep 12:54
3ec3515
Compare
Choose a tag to compare

What's Changed

  • Add rules to enforce sorted import declarations within modules by @j0k3r in #14

Full Changelog: v1.2.3...v1.2.4

1.2.3

15 Nov 15:49
3196ee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

1.2.2

14 Oct 16:18
faa13e6
Compare
Choose a tag to compare

What's Changed

  • Update no-multiple-empty-lines by @j0k3r in #12

Full Changelog: v1.2.1...v1.2.2

1.2.1

09 Sep 09:22
fb90476
Compare
Choose a tag to compare

This release fix peer dependencies regarding the addition of Prettier in v1.2.0.

Instead of running:

yarn add --dev @20minutes/eslint-config eslint-config-prettier

You should run:

yarn add --dev @20minutes/eslint-config eslint-config-prettier eslint-plugin-prettier prettier

1.2.0

09 Sep 08:56
410afb5
Compare
Choose a tag to compare
  • Add prettier config #9
  • Use GitHub Actions instead of Travis #10
  • Rename package to use scoped package #11

The package has been renamed from eslint-config-20minutes to @20minutes/eslint-config.
To migrate:

  1. run yarn remove eslint-config-20minutes and yarn add --dev @20minutes/eslint-config eslint-config-prettier
  2. update your ESlint config:
- "extends": "20minutes",
+ "extends": "@20minutes",

1.1.0

23 Feb 11:52
de3eacb
Compare
Choose a tag to compare
  • Use @babel/eslint-parser instead of babel-eslint #8

To update using yarn:

yarn remove babel-eslint
yarn add --dev @babel/eslint-parser

1.0.9

22 Jun 07:40
7215d06
Compare
Choose a tag to compare
  • Add some tests to ensure the config is valid and runnable #7

1.0.8

01 Oct 08:42
f1075a5
Compare
Choose a tag to compare

Fix autopublish on NPM