We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe69f commit 4f055c4Copy full SHA for 4f055c4
.editorconfig
@@ -1,7 +1,7 @@
1
root = true
2
3
[*]
4
-indent_style = tab
+indent_style = space
5
end_of_line = lf
6
charset = utf-8
7
trim_trailing_whitespace = true
package.json
@@ -17,6 +17,8 @@
17
"last 1 Firefox version"
18
],
19
"xo": {
20
+ "semicolon": false,
21
+ "space": true,
22
"envs": [
23
"browser"
24
0 commit comments