Skip to content

Commit

Permalink
hide eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
customlogic committed May 14, 2017
1 parent 60009ca commit 1efb36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rules": {
"comma-dangle": 0,
"func-names": 0,
"no-alert": 1,
"no-alert": 0,
"no-console": 1,
"no-use-before-define": 0,
"prefer-rest-params": 0,
Expand All @@ -71,7 +71,7 @@
"max-len": 0,
"no-param-reassign": 0,
"consistent-return": 0,
"no-restricted-syntax": 1,
"no-restricted-syntax": 0,
"no-bitwise": 0,
"no-plusplus": 0
}
Expand Down

0 comments on commit 1efb36a

Please sign in to comment.