Skip to content

Commit

Permalink
Add eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Nov 24, 2018
1 parent e9e6955 commit bc6c1ca
Show file tree
Hide file tree
Showing 3 changed files with 1,674 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"extends": "eslint-config-google",
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"max-len": "off",
"require-jsdoc": "off",
}
};
Loading

0 comments on commit bc6c1ca

Please sign in to comment.