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
+
1
11
2.0.0 / 2016-04-29
2
12
==================
3
13
- [ breaking] enable ` no-unsafe-finally ` rule
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb-base" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Airbnb's base JS ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments