Skip to content

Commit 35e9a4a

Browse files
authored
Update .eslintrc.js
1 parent 4d4262a commit 35e9a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
//禁止不必要的分号
2222
"no-extra-semi": "warn",
2323
//强制使用一致的换行风格
24-
"linebreak-style": ["warn", "windows"],
24+
"linebreak-style": "off",
2525
//if while function 后面的{必须与if在同一行,java风格。
2626
"brace-style": ["warn", "1tbs", {"allowSingleLine": true}],
2727
//数组和对象键值对最后一个逗号, never参数:不能带末尾的逗号
@@ -85,4 +85,4 @@ module.exports = {
8585

8686

8787
},
88-
};
88+
};

0 commit comments

Comments
 (0)