File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.0.0 / 2016-05-07
2+ ==================
3+ - [ breaking] enable ` import/no-mutable-exports `
4+ - [ breaking] enable ` no-class-assign ` rule, to pair with ` no-func-assign `
5+ - [ breaking] widen ` no-extra-parens ` to include everything, except ` nestedBinaryExpressions `
6+ - [ breaking] Re-enabling ` newline-per-chained-call ` (#748 )
7+ - [ minor] enable ` import/no-amd `
8+ - [ patch] enable ` import/no-duplicates `
9+ - [ deps] update ` eslint ` , ` eslint-plugin-import ` , ` eslint-find-rules `
10+
1112.0.0 / 2016-04-29
212==================
313 - [ breaking] enable ` no-unsafe-finally ` rule
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb-base" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 3 .0.0" ,
44 "description" : " Airbnb's base JS ESLint config, following our styleguide" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments