File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ 8.0.0 / 2016-04-21
2+ ==================
3+ - [ breaking] Migrate non-React rules to a separate linter config (` eslint-config-airbnb-base ` )
4+ - [ breaking] disallow empty methods
5+ - [ breaking] disallow empty restructuring patterns
6+ - [ breaking] enable ` no-restricted-syntax ` rule
7+ - [ breaking] enable ` global-require ` rule
8+ - [ breaking] [ react] enable ` react/jsx-curly-spacing ` rule ([ #693 ] ( https://github.com/airbnb/javascript/issues/693 ) )
9+ - [ semver-minor] [ react] Add ` react/jsx-first-prop-new-line ` rule
10+ - [ semver-minor] [ react] enable ` jsx-equals-spacing ` rule
11+ - [ semver-minor] [ react] enable ` jsx-indent ` rule
12+ - [ semver-minor] enforce spacing inside single-line blocks
13+ - [ semver-minor] enforce ` no-underscore-dangle `
14+ - [ semver-minor] Enable import/no-unresolved and import/export rules ([ #825 ] ( https://github.com/airbnb/javascript/issues/825 ) )
15+ - [ semver-patch] Enable ` no-useless-concat ` rule which ` prefer-template ` already covers
16+ - [ semver-patch] Allow ` == null ` ([ #542 ] ( https://github.com/airbnb/javascript/issues/542 ) )
17+ - [ dev deps / peer deps] update ` eslint ` , ` eslint-plugin-react ` , ` eslint-plugin-import `
18+ - [ dev deps / peer deps] update ` eslint-plugin-jsx-a11y ` and rename rules ([ #838 ] ( https://github.com/airbnb/javascript/issues/838 ) )
19+ - [ refactor] [ react] separate a11y rules to their own file
20+ - [ refactor] Add missing disabled rules.
21+ - [ tests] Add ` eslint-find-rules ` to prevent missing rules
22+
1237.0.0 / 2016-04-11
224==================
325- [ react] [ breaking] Add accessibility rules to the React style guide + ` eslint-plugin-a11y `
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb" ,
3- "version" : " 7 .0.0" ,
3+ "version" : " 8 .0.0" ,
44 "description" : " Airbnb's ESLint config, following our styleguide" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments