We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54a914 commit d7b4787Copy full SHA for d7b4787
.editorconfig
@@ -10,7 +10,6 @@ insert_final_newline = true
10
[{*.json,.*rc,*.yml}]
11
indent_style = space
12
indent_size = 2
13
-insert_final_newline = false
14
15
[*.md]
16
trim_trailing_whitespace = false
test/node/package.json
@@ -0,0 +1,3 @@
1
+{
2
+ "type": "commonjs"
3
+}
test/shared/package.json
0 commit comments