Skip to content

Commit 4f055c4

Browse files
author
Nick Lockhart
committed
Modify lint rules
1 parent b4fe69f commit 4f055c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
root = true
22

33
[*]
4-
indent_style = tab
4+
indent_style = space
55
end_of_line = lf
66
charset = utf-8
77
trim_trailing_whitespace = true

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"last 1 Firefox version"
1818
],
1919
"xo": {
20+
"semicolon": false,
21+
"space": true,
2022
"envs": [
2123
"browser"
2224
],

0 commit comments

Comments
 (0)