Skip to content

Commit

Permalink
Merge 975fc18 into 94a1a6b
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Feb 28, 2018
2 parents 94a1a6b + 975fc18 commit 8e4cdac
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 282 deletions.
19 changes: 11 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"env": {
"node": true
},
"rules": {
"strict": 0,
"curly": 0,
"no-underscore-dangle": 0
}
"env": {
"node": true
},
"plugins": [
"prettier"
],
"rules": {
"strict": 0,
"curly": 0,
"no-underscore-dangle": 0
}
}
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": true
}

0 comments on commit 8e4cdac

Please sign in to comment.