Skip to content

Commit

Permalink
built: add eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Oct 8, 2017
1 parent c7d7355 commit 618c373
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"browser": true
},
"rules": {
"arrow-body-style": 0,
"no-param-reassign": 0
"no-param-reassign": "off",
"no-restricted-properties": "off",
"valid-jsdoc": ["error", {
"requireReturn": false
}]
}
}

0 comments on commit 618c373

Please sign in to comment.