Skip to content

Commit 149f9ea

Browse files
committed
chore: more eslint config
1 parent 053ccb9 commit 149f9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ module.exports = {
1313
ecmaVersion: "latest",
1414
},
1515
rules: {
16-
"linebreak-style": ["warn", "crlf"],
16+
"linebreak-style": ["warn", "windows"],
1717
"vue/multi-word-component-names": ["off"],
1818
"prettier/prettier": [
1919
"warn",
2020
{
21-
"endOfLine": "crlf",
21+
endOfLine: "crlf",
2222
},
2323
],
2424
},

0 commit comments

Comments
 (0)