Skip to content

Commit

Permalink
add eslint + prettier, configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Oct 4, 2018
1 parent eb7a03d commit f896e4f
Show file tree
Hide file tree
Showing 4 changed files with 946 additions and 33 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"plugin:github/es6",
"plugin:github/react",
"plugin:jsx-a11y/recommended"
],
"rules": {
"import/no-namespace": 0
},
"settings": {
"react": {
"version": "16"
}
}
}
Loading

0 comments on commit f896e4f

Please sign in to comment.