Skip to content

Commit

Permalink
ems javascript linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Miguel committed Jun 10, 2018
1 parent 22a8c47 commit 8f04205
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 194 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,12 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2
}
}
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
node_modules/
coverage

.eslintcache
.npm

logs
*.log
npm-debug.log*

0 comments on commit 8f04205

Please sign in to comment.