mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 06:27:58 -05:00
[eslint config] v17.1.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
17.1.0 / 2018-08-13
|
||||
==================
|
||||
- [new] add eslint v5 support
|
||||
- [minor] enable `label-has-associated-control` rule
|
||||
- [patch] re-enabling `jsx-one-expression-per-line` allowing single children, ignore DOM components on `jsx-no-bind`
|
||||
- [deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-react`, `eslint-plugin-import`, `safe-publish-latest`, `eslint-plugin-jsx-a11y`, `eslint-find-rules`
|
||||
- [docs] fix readme typo (#1855)
|
||||
|
||||
17.0.0 / 2018-06-21
|
||||
==================
|
||||
- [breaking] update `eslint-config-airbnb-base` to v13
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb",
|
||||
"version": "17.0.0",
|
||||
"version": "17.1.0",
|
||||
"description": "Airbnb's ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user