Skip to content

Commit

Permalink
Add editorconfig and jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmoore committed Oct 21, 2016
1 parent 1781eed commit 9dbb339
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8

trim_trailing_whitespace = true

end_of_line = lf
insert_final_newline = true

indent_style = space
indent_size = 2

[*.{js,jsx,ts,tsx}]
max_line_length = 120
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
npm-debug.log
.DS_Store
node_modules
.vscode/
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6"
"target": "es5"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 9dbb339

Please sign in to comment.