mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 03:28:02 -05:00
[eslint config] v14.0.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
14.0.0 / 2017-01-08
|
||||
==================
|
||||
- [breaking] enable `react/no-array-index-key`, `react/require-default-props`
|
||||
- [breaking] [deps] update `eslint`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-config-airbnb-base`
|
||||
- [breaking] [deps] update `eslint-plugin-jsx-a11y` to v3 (#1166)
|
||||
- [docs] add note about `install-peerdeps` (#1234)
|
||||
- [docs] Updated instructions to support non-bash users (#1214)
|
||||
|
||||
13.0.0 / 2016-11-06
|
||||
==================
|
||||
- [breaking] Enable `import/no-webpack-loader-syntax` rule (#1123)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb",
|
||||
"version": "13.0.0",
|
||||
"version": "14.0.0",
|
||||
"description": "Airbnb's ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user