[eslint config] v7.0.0

This commit is contained in:
Jordan Harband
2016-04-11 15:24:22 -07:00
parent 66ec951087
commit 93b0a10eb7
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
7.0.0 / 2016-04-11
==================
- [react] [breaking] Add accessibility rules to the React style guide + `eslint-plugin-a11y`
- [breaking] enable `react/require-render-return`
- [breaking] Add `no-dupe-class-members` rule + section ([#785](https://github.com/airbnb/javascript/issues/785))
- [breaking] error on debugger statements
- [breaking] add `no-useless-escape` rule
- [breaking] add `no-duplicate-imports` rule
- [semver-minor] enable `jsx-pascal-case` rule
- [deps] update `eslint`, `react`
- [dev deps] update `eslint`, `eslint-plugin-react`
6.2.0 / 2016-03-22
==================
- [new] Allow arrow functions in JSX props

View File

@@ -1,12 +1,12 @@
{
"name": "eslint-config-airbnb",
"version": "6.2.0",
"version": "7.0.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"tests-only": "babel-tape-runner ./test/test-*.js",
"test": "parallelshell 'npm run lint' 'npm run tests-only'"
"test": "parallelshell 'npm run --silent lint' 'npm run --silent tests-only'"
},
"repository": {
"type": "git",