Skip to content

Releases: navapbc/eslint-config-nava

13.0.0

31 Jul 16:00
52770cc
Compare
Choose a tag to compare

12.1.1

18 Jul 21:34
8b66601
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.1.0...v12.1.1

12.1.0

14 Mar 22:27
3670b3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v12.1.0

10.0.0

22 Jun 13:58
Compare
Choose a tag to compare

Breaking changes

  • Require at least Node.js v10
  • Require at least eslint v7.12.1

Changes

  • Bumped all dependencies to latest major releases
  • Removed eslint-plugin-standard which is no longer required by eslint-config-standard

9.1.0

16 Jul 12:57
Compare
Choose a tag to compare

Bumped dependencies to latest minor versions.

9.0.0

18 Mar 18:19
Compare
Choose a tag to compare
  • Update dependencies #18

8.0.0

18 Nov 15:15
Compare
Choose a tag to compare
  • Allow usage of native ES6 Promise implementation #16
  • Bumped all dependencies to their latest version. Only eslint-plugin-node was a "major" update: Its changelog is here: v10.0.0. #15

7.0.0

03 Sep 17:48
Compare
Choose a tag to compare

Changed

  • Bump eslint-utils from 1.4.0 to 1.4.2 to address critical vuln. #14
  • Updated all dependencies to latest major versions. 2b43ca3

6.0.0

02 Aug 14:05
2c00bf9
Compare
Choose a tag to compare

Changed

  • Update all dependencies to latest minimum versions. See: #12
  • Updated minimum versions of Node to >=8.10.0 and eslint to >=5.16.0, to reflect the minimum versions required by our dependencies

4.0.0

30 Jul 21:14
467dd5d
Compare
Choose a tag to compare

Added

Changed

  • eslint-plugin-import 2.9.0 -> 2.13.0 🆙
  • eslint-plugin-node 6.0.1 -> 7.0.1 🆙
  • eslint-plugin-promise 3.7.0 -> 3.8.0 🆙
  • eslint-plugin-react 7.7.0 -> 7.10.0 🆙

Removed

  • semi, space-before-function-paren, linebreak-style, sort-vars - new projects are adopting eslint-config-nava and we want to move compatibility rules to projects so this config adheres more strictly to standardjs