File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/eslint-config-airbnb-base Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 7.0.0 / 2016-09-06
2+ ==================
3+ - [ breaking] Add no-plusplus in style.js and added explanation in README (#1012 )
4+
156.0.0 / 2016-09-06
26==================
37 - [ breaking] ` valid-typeof ` : enable ` requireStringLiterals ` option
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb-base" ,
3- "version" : " 6 .0.0" ,
3+ "version" : " 7 .0.0" ,
44 "description" : " Airbnb's base JS ESLint config, following our styleguide" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ module.exports = {
181181
182182 // disallow use of unary operators, ++ and --
183183 // http://eslint.org/docs/rules/no-plusplus
184- 'no-plusplus' : 2 ,
184+ 'no-plusplus' : 'error' ,
185185
186186 // disallow certain syntax forms
187187 // http://eslint.org/docs/rules/no-restricted-syntax
You can’t perform that action at this time.
0 commit comments