Skip to content

Releases: cloudfour/eslint-config

v11.0.0

11 May 19:47
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-jsdoc to v25

Minor Changes

  • Updated jest to v26.0.1
  • Updated eslint to v7

v10.0.0

27 Apr 21:48
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-unicorn to v19
  • Add eslint-plugin-jsdoc v24 to lint JSDoc comments (#97)

Minor Changes

  • Updated jest to v25.4.0
  • Updated prettier to v2.0.5
  • Updated eslint-config-prettier to v6.11.0
  • Add fixtures to make testing new releases more reliable (#91)
  • Disabled a few unicorn v19 rules (#104)

v9.0.0

30 Mar 17:04
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-unicorn to v18

Minor Changes

  • Updated jest to v25.2.4

v8.0.0

24 Mar 18:20
Compare
Choose a tag to compare

Edit: @calebeby pointed out that this didn't need to be a major release because prettier is a devDependency, so it won't affect our users. Sorry for the false alarm!

Major/Breaking Changes

  • Updated prettier to v2

Minor Changes

  • Updated eslint-config-prettier to v6.10.1
  • Updated eslint-config-standard to v14.1.1

v7.0.0

09 Mar 16:59
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-unicorn to v17

Minor Changes

  • Updated eslint-config-xo to v0.29.1

v6.0.0

08 Feb 00:57
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated jest to v25
  • Updated eslint-plugin-node to v11
  • Updated eslint-plugin-unicorn to v16

Minor Changes

  • Updated eslint to v6.8.0
  • Updated eslint-config-prettier to v6.10.0

5.0.0

03 Dec 17:52
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-unicorn to v14

Minor Changes

  • Updated eslint to v6.7.2

4.0.0

19 Nov 19:07
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint to v6.6.0
  • Updated eslint-plugin-unicorn to v13
  • Updated eslint-config-prettier to v6
  • Updated eslint-config-standard to v14
  • Updated eslint-plugin-node to v10

Minor Changes

  • Updated eslint-config-xo to v0.27.2
  • Updated prettier to v1.19.1

3.0.0

17 Jun 19:46
Compare
Choose a tag to compare

Major/Breaking Changes

  • Updated eslint-plugin-node to v9
  • Updated eslint-config-prettier to v5
  • Updated eslint-plugin-unicorn to v9
  • Enabled no-unused-expressions for ternaries and short-circuit (#18)

Minor Changes

  • Added itself as a devDep (#17)
  • Updated prettier to v1.18

2.0.1

06 Dec 22:32
5c6f05e
Compare
Choose a tag to compare

Fixed

  • Update package.json files to include src/rules/**/*.js (#15)