Skip to content

Commit

Permalink
eslint config file and npm module json
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch committed Sep 19, 2017
1 parent 515de13 commit 9537289
Show file tree
Hide file tree
Showing 2 changed files with 5,863 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
"env": {
"es6": true,
},
"extends": "google",
"rules": {
// the 'rest' parameter for |arguments| might not be supported in some
// old version of browsers. See also:
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters#Browser_compatibility
"prefer-rest-params": 0,
}
};
Loading

0 comments on commit 9537289

Please sign in to comment.