Skip to content

Commit 113cf6f

Browse files
chore: 💚 fix lint issue on windows
1 parent 50099cc commit 113cf6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"printWidth": 80,
6565
"semi": true,
6666
"singleQuote": false,
67-
"trailingComma": "es5"
67+
"trailingComma": "es5",
68+
"endOfLine": "auto"
6869
},
6970
"filesize": {
7071
"track": [

0 commit comments

Comments
 (0)