Releases: pangolinjs/eslint-config
Releases · pangolinjs/eslint-config
v7.0.0
⚠ 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)
v6.0.0
⚠ BREAKING CHANGES
eslint-plugin-node
has been replaced with eslint-plugin-n
.
Features
- Update eslint-config-standard to v17 (cbe71e3)
v5.3.0
Features
- Set ECMAScript version to latest (06de7c7)
v5.2.0
Features
- Restrict usage of global "name" (Close #6) (cd52f0a)
v5.0.0
⚠ 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