Skip to content

Commit

Permalink
chore: install & configure eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dino rodriguez committed Aug 17, 2018
1 parent 038e590 commit 8795b9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
"extends": "standard",
"env": {
"node": true,
"es6": true,
"jest": true
}
};

0 comments on commit 8795b9a

Please sign in to comment.