Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisa Askarova authored and Anisa Askarova committed Oct 12, 2017
1 parent 7af7965 commit b1c2947
Show file tree
Hide file tree
Showing 4 changed files with 1,345 additions and 49 deletions.
15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react"
],
"rules": {
}
}
Loading

0 comments on commit b1c2947

Please sign in to comment.