mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 13:48:12 -05:00
[eslint config] v16.0.0
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
16.0.0 / 2017-10-06
|
||||
==================
|
||||
- [breaking] [deps] require `eslint` `v4`, update `eslint-config-airbnb-base`
|
||||
- [breaking] [deps] Upgrade `eslint-plugin-jsx-a11y` to `v6`; enable more a11y rules (#1482)
|
||||
- [breaking] enable/add react rules: `react/jsx-curly-brace-presence`, `react/no-typos`, `react/no-unused-state`, `react/no-redundant-should-component-update`, `react/default-props-match-prop-types`
|
||||
- [new] add `propWrapperFunctions` default settings for `eslint-plugin-react`
|
||||
- [new] Enable `react/jsx-closing-tag-location` (#1533)
|
||||
- [deps] update `eslint` v4, `eslint-plugin-react`, `tape`
|
||||
- [docs] Specify yarn-specific install instructions (#1511)
|
||||
|
||||
15.1.0 / 2017-07-24
|
||||
==================
|
||||
- [deps] allow eslint v3 or v4 (#1447)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb",
|
||||
"version": "15.1.0",
|
||||
"version": "16.0.0",
|
||||
"description": "Airbnb's ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user