Skip to content

Commit

Permalink
Create eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
craigz28 committed Mar 16, 2016
1 parent 6dfb724 commit 00f0172
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},

"rules": {
"no-eval": 2,
"no-alert": 2,
"no-console": 2
}
}

0 comments on commit 00f0172

Please sign in to comment.