Skip to content

Commit

Permalink
replace semistandard with eslint semistandard for ease of contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
danmakenoise committed Dec 8, 2017
1 parent 09caf7e commit 14fbeb7
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 1,132 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"semistandard"
]
}
Loading

0 comments on commit 14fbeb7

Please sign in to comment.