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

Latest commit

 

History

History
167 lines (78 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

167 lines (78 loc) · 5.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.1 (2023-02-13)

7.0.0 (2022-11-12)

⚠ 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)

6.0.0 (2022-03-26)

⚠ BREAKING CHANGES

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

Features

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

5.3.1 (2021-10-23)

5.3.0 (2021-07-05)

Features

  • Set ECMAScript version to latest (06de7c7)

5.2.1 (2021-06-18)

5.2.0 (2021-04-07)

Features

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

5.1.0 (2020-12-08)

Features

  • Make console.logs errors (4b34c47)

5.0.0 (2020-09-11)

⚠ 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

4.0.2 (2020-09-01)

4.0.1 (2020-07-08)

4.0.0 (2020-05-20)

⚠ BREAKING CHANGES

  • Move dependencies to peerDependencies. This allows independent dependency updates for the package consumer. But it requires manual installation of these peers.

Features

  • Switch to Hippocratic License (c4d8f0b)

  • Make dependencies peers (9d6473f)

3.2.0 (2020-04-28)

Features

  • Add babel-eslint parser (005229b)

3.1.3 (2020-03-31)

3.1.2 (2020-01-07)

3.1.1 (2019-11-11)

Bug Fixes

  • Allow template literals (32e53fd)

3.1.0 (2019-09-20)

Features

  • Rename to @pangolinjs/eslint-config (5ff5270)

3.0.0 (2019-08-27)

⚠ BREAKING CHANGES

  • Bump JavaScript Standard Style to v14

  • Update dependencies (b5627e4)

2.3.0 (2019-07-11)

Features

  • Rename ESLint config from index.js to .eslintrc.js (39b0223)

2.2.1 (2019-05-25)

Bug Fixes

  • Don't include yarn.lock in distribution (e83a8df)

2.2.0

2019-02-02

  • Updated dependencies
  • Added browser env

2.1.0

2019-01-15

  • Removed npm shrinkwrap
  • Updated dependencies

2.0.0

2018-08-28

  • Remove eslint-plugin-ava

1.0.0

2018-07-27

  • Setup