Skip to content

Commit 64df312

Browse files
committed
update editorconfig, nvmrc and yarn
1 parent 47f7f58 commit 64df312

File tree

4 files changed

+2233
-10
lines changed

4 files changed

+2233
-10
lines changed

.editorconfig

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
2-
3-
# Howto with your editor: http://editorconfig.org/#download
4-
# Sublime: https://github.com/sindresorhus/editorconfig-sublime
5-
6-
# top-most EditorConfig file
71
root = true
82

93
# Unix-style newlines with a newline ending every file
104
[**]
115
end_of_line = lf
126
insert_final_newline = true
137

14-
# Standard at: https://github.com/felixge/node-style-guide
8+
# Standard at: https://github.com/twiage/node-style-guide
159
[**.{js,json}]
16-
trim_trailing_whitespace = true
10+
charset = utf-8
11+
curly_bracket_next_line = false
1712
indent_style = space
1813
indent_size = 2
14+
trim_trailing_whitespace = true
1915
quote_type = single
20-
curly_bracket_next_line = false
2116
spaces_around_operators = true
2217
space_after_control_statements = true
2318
space_after_anonymous_functions = true

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
"name": "Matt Calhoun",
3333
"email": "[email protected]",
3434
"url": "https://github.com/mcalhoun"
35-
}
35+
},
36+
"license": "UNLICENSED"
3637
}

0 commit comments

Comments
 (0)