Skip to content

Commit

Permalink
Setup ESLint (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Jun 25, 2018
1 parent 6f54274 commit b3ad384
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
@@ -0,0 +1,7 @@
{
"extends": "eslint:recommended",
"env": {
"node": true,
"mocha": true
}
}

0 comments on commit b3ad384

Please sign in to comment.