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 e743dca commit 67d0198
Show file tree
Hide file tree
Showing 3 changed files with 1,150 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Expand Up @@ -3,6 +3,7 @@ root = true

[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -5,5 +5,8 @@
"main": "index.js",
"author": "chee <chee@snake.dog>",
"license": "GPL-3.0",
"repository": "https://github.com/chee/exceptional-objects"
"repository": "https://github.com/chee/exceptional-objects",
"devDependencies": {
"standard": "^10.0.2"
}
}

0 comments on commit 67d0198

Please sign in to comment.