Releases: scratchfoundation/eslint-config-scratch
Releases · scratchfoundation/eslint-config-scratch
v6.0.0
6.0.0 (2020-04-09)
Features
- es6: enable several new ES6 rules and update eslint dep (37dc883)
BREAKING CHANGES
- es6: Enable several rules related to ES6 features, mostly
promises and async/await but a few other features as well.
One rule, 'require-atomic-updates', was introduced in ESLint 5.3.0 so
that's now the minimum specified in peerDependencies.
v5.1.0
5.1.0 (2019-07-11)
Features
- react/sort-prop-types: Remove React prop sort (3465205)
v5.0.0
<a name"5.0.0">
5.0.0 (2017-10-05)
Bug Fixes
- react: Migrate jsx-space-before-closing to jsx-tag-spacing (1f918935)
Breaking Changes
- must update babel-eslint peer dependency
(3e1d4b81)
v4.0.1
<a name"4.0.1">
4.0.1 (2017-10-05)
Bug Fixes
- react: Migrate jsx-space-before-closing to jsx-tag-spacing (1f918935)
v4.0.0
<a name"4.0.0">
4.0.0 (2017-08-15)
Features
- all: Move all warnings to errors (ed99a27b, closes #11)
Breaking Changes
- eslint4.0 and other dep updates, and all rule changes. Fixes #11.
(ed99a27b)
v3.1.0
<a name"3.1.0">
3.1.0 (2016-11-24)
Features
- max-len: use ignoreUrls: true (a6d81174)
v3.0.0
<a name"3.0.0">
3.0.0 (2016-11-08)
Features
- jsdoc: add more checks to valid-jsdoc rule (76c8f713)
Breaking Changes
v2.0.3
<a name"2.0.3">
2.0.3 (2016-10-25)
Bug Fixes
- dev: add missing dev dependencies (c36f1c10)
v2.0.2
<a name"2.0.2">
2.0.2 (2016-10-24)
Bug Fixes
- eslint: Upgrade eslint peerDependency (8494d2b0)
v2.0.1
<a name"2.0.1">
2.0.1 (2016-10-24)
Bug Fixes
- es6: Allow rest/spread syntax (94e0dcf6)