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
+
1
5
6.0.0 / 2016-09-06
2
6
==================
3
7
- [ breaking] ` valid-typeof ` : enable ` requireStringLiterals ` option
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb-base" ,
3
- "version" : " 6 .0.0" ,
3
+ "version" : " 7 .0.0" ,
4
4
"description" : " Airbnb's base JS ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ module.exports = {
181
181
182
182
// disallow use of unary operators, ++ and --
183
183
// http://eslint.org/docs/rules/no-plusplus
184
- 'no-plusplus' : 2 ,
184
+ 'no-plusplus' : 'error' ,
185
185
186
186
// disallow certain syntax forms
187
187
// http://eslint.org/docs/rules/no-restricted-syntax
You can’t perform that action at this time.
0 commit comments