Skip to content

Releases: serverless/eslint-config

2.1.0 (2020-05-18)

18 May 14:52
8a72c39
Compare
Choose a tag to compare

Features

  • Allow labeled statements (0bf6161)

Comparison since last release

2.0.0 (2020-04-28)

28 Apr 14:57
9426557
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • "tests" folders are no longer recognized as test folders.
    Instead we recognize "test" which is widely practised convention
  • Drop support for Node.js v8
  • Drop support for eslint v5

Features

  • Recognize "test" (instead of "tests") as tests folder (5e3e0e5)
  • Support ES2018 syntax (f9cd210)

Comparison since last release

1.2.1 (2019-10-28)

28 Oct 13:49
Compare
Choose a tag to compare

Bug Fixes

  • Turn off 'comma-dangle' as it conflicts with Prettier (495de4a)

Comparison since last release

1.2.0 (2019-09-05)

05 Sep 12:13
Compare
Choose a tag to compare

Bug Fixes

  • Include this package itself in the install instructions (b8116c1)

Features

  • Recognize 'test' folders as test files source (23fa057)

Comparison since last release

1.1.0 (2019-07-19)

19 Jul 13:27
db44b96
Compare
Choose a tag to compare

Bug Fixes

  • Turn off 'allowParens' for no-confusing-arrow (Prettier support) (e0f6a74)
  • Turn off 'no-unused-expressions' for tests (37c1969)

Features

  • Improve *:updated scripts naming convention (868046e)

Comparison since last release

1.0.1 (2019-07-09)

09 Jul 10:26
078c903
Compare
Choose a tag to compare

Bug Fixes

  • Turn off 'require-atomic-updates' due to false positives (0dd3f0c)

Comparison since last release

1.0.0 (2019-06-24)

24 Jun 08:20
249c471
Compare
Choose a tag to compare

Features

  • Prettier configuration (74f6612)
  • Reflect ESLint configuration of serverless package (be5561b)
  • Turn off rules that collide with Prettier (c4ebb38)