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

Releases: pangolinjs/eslint-config

v7.0.1

13 Feb 08:18
v7.0.1
4ca81e0
Compare
Choose a tag to compare

Dependency updates

v7.0.0

12 Nov 09:44
v7.0.0
0e3f846
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Missing new lines in arrays will cause an error.
  • Missing trailing commas will cause an error.
  • Unsorted imports and exports will cause an error.
  • Indentation with spaces will cause an error.

Features

  • Add simple-import-sort plugin (97c7e86)
  • Enforce consistent new lines in arrays (8c2ba5c)
  • Enforce trailing comma for multiline (30979c0)
  • Indent with tabs (7c28411)

v6.0.0

26 Mar 07:29
v6.0.0
0469f4c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • eslint-plugin-node has been replaced with eslint-plugin-n.

Features

  • Update eslint-config-standard to v17 (cbe71e3)

v5.3.1

23 Oct 07:37
v5.3.1
82c9884
Compare
Choose a tag to compare

Dependency updates

v5.3.0

05 Jul 05:24
69ce0c6
Compare
Choose a tag to compare

Features

  • Set ECMAScript version to latest (06de7c7)

v5.2.1

18 Jun 06:55
fbd67c1
Compare
Choose a tag to compare

Dependency updates

v5.2.0

07 Apr 10:04
c57eb57
Compare
Choose a tag to compare

Features

  • Restrict usage of global "name" (Close #6) (cd52f0a)

v5.1.0

08 Dec 08:02
b605373
Compare
Choose a tag to compare

Features

  • Make console.logs errors (4b34c47)

v5.0.0

11 Sep 05:39
37845fe
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The config no longer sets babel-eslint as the default parser. The consumer themselves should decide which parser will be used (or if at all). Switch to @babel/eslint-parser which replaces the now deprecated babel-eslint.

Features

v4.0.2

01 Sep 09:21
d814366
Compare
Choose a tag to compare

Dependency updates