Releases: RyanZim/eslint-config-problems
Releases · RyanZim/eslint-config-problems
2.0.0
No changes to the default config; only changes to sub-configs.
- BREAKING: Set
ecmaVersion: 2017
inparserOptions
forproblems/node8
sub-config (#2) - Add
problems/node10
sub-config; includes all rules fromproblems/node8
, plus:- Sets
ecmaVersion: 2018
- Turns on
prefer-object-spread
rule as anerror
- Sets
v1.1.0
v1.0.0
- Upgraded to ESLint v5
- Added two new rules as errors:
no-self-assign
now has theprops
option set totrue
v0.1.2
v0.1.1
v0.1.0
v0.0.2
Removed no-undefined
rule; there are legit uses for the literal undefined
.