Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
change max-statements to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Goel committed Jan 25, 2018
1 parent 02a10a4 commit f552101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
],
'max-statements': [
'error',
10,
11,
{'ignoreTopLevelFunctions': true}
]
}
Expand Down

0 comments on commit f552101

Please sign in to comment.