Skip to content

Commit

Permalink
add project config
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 7, 2017
1 parent 70bfdbf commit cc59611
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# i love you
root = true

[*]
end_of_line = lf
indent_style = tabs
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml, *.yaml]
4 changes: 4 additions & 0 deletions .eslintrc.yml
@@ -0,0 +1,4 @@
extends: standard
plugins:
- standard
- promise
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
node_modules/
*~
.tern-port
5 changes: 5 additions & 0 deletions .tern-project
@@ -0,0 +1,5 @@
{
"plugins": {
"node": {}
}
}

0 comments on commit cc59611

Please sign in to comment.