eslint-config-netflix
Version:
An ESLint config for JavaScript projects, brought to you by Netflix
69 lines (36 loc) • 1.42 kB
Markdown
<a name="2.0.0"></a>
## 2.0.0 (2017-09-08)
#### Features
* support use with latest react-scripts ([2202dcdc](git+https://github.com/Netflix/eslint-config-netflix.git/commit/2202dcdc))
#### Breaking Changes
*
* (feat) no-reclare added as an error
* (fix) duplicate no-var removed
([bc339e7a](git+https://github.com/Netflix/eslint-config-netflix.git/commit/bc339e7a))
<a name="1.0.2-0"></a>
### 1.0.2-0 (2017-04-13)
#### Breaking Changes
*
* (feat) no-reclare added as an error
* (fix) duplicate no-var removed
([bc339e7a](git+https://github.com/Netflix/eslint-config-netflix.git/commit/bc339e7a))
<a name="1.0.1"></a>
### 1.0.1 (2017-04-12)
#### Bug Fixes
* react's not a peer dep here ([21858de8](git+https://github.com/Netflix/eslint-config-netflix.git/commit/21858de8))
<a name="1.0.0"></a>
## 1.0.0 (2017-04-12)
#### Features
* various rule additions ([e320b556](git+https://github.com/Netflix/eslint-config-netflix.git/commit/e320b556))
#### Breaking Changes
*
* Class methods much use this
* Template brackets in tem,plate strings only
(to help catch typos and facillitate replacing
older templating solutions)
* Encouraging arrow fns in callbacks
([e320b556](git+https://github.com/Netflix/eslint-config-netflix.git/commit/e320b556))
## 1.0.0-alpha.2 (07.18.2016)
Relax prefer-arrow-callback, no-unused-vars, curly
## 1.0.0-alpha.1 (07.18.2016)
Initial alpha release