Skip to content

Commit

Permalink
switch to standard js style 🖌
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 16, 2017
1 parent 79b74bb commit 7d39a9c
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Expand Up @@ -5,4 +5,5 @@ root = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_style = space
indent_size = 2
29 changes: 0 additions & 29 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,6 +14,6 @@
"start": "node index.js"
},
"devDependencies": {
"eslint": "^3.12.0"
"standard": "^10.0.2"
}
}

0 comments on commit 7d39a9c

Please sign in to comment.