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)
- 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.
- 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)
eslint-plugin-node
has been replaced witheslint-plugin-n
.
- Update eslint-config-standard to v17 (cbe71e3)
5.3.1 (2021-10-23)
5.3.0 (2021-07-05)
- Set ECMAScript version to latest (06de7c7)
5.2.1 (2021-06-18)
5.2.0 (2021-04-07)
5.1.0 (2020-12-08)
- Make
console.log
s errors (4b34c47)
5.0.0 (2020-09-11)
- 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 deprecatedbabel-eslint
.
- Remove Babel parser (366763c)
4.0.2 (2020-09-01)
4.0.1 (2020-07-08)
4.0.0 (2020-05-20)
- Move dependencies to peerDependencies. This allows independent dependency updates for the package consumer. But it requires manual installation of these peers.
3.2.0 (2020-04-28)
- Add babel-eslint parser (005229b)
3.1.3 (2020-03-31)
3.1.2 (2020-01-07)
3.1.1 (2019-11-11)
- Allow template literals (32e53fd)
3.1.0 (2019-09-20)
- Rename to
@pangolinjs/eslint-config
(5ff5270)
3.0.0 (2019-08-27)
-
Bump JavaScript Standard Style to v14
-
Update dependencies (b5627e4)
2.3.0 (2019-07-11)
- Rename ESLint config from
index.js
to.eslintrc.js
(39b0223)
2.2.1 (2019-05-25)
- Don't include yarn.lock in distribution (e83a8df)
2019-02-02
- Updated dependencies
- Added browser env
2019-01-15
- Removed npm shrinkwrap
- Updated dependencies
2018-08-28
- Remove eslint-plugin-ava
2018-07-27
- Setup