Skip to content

Commit ae53a75

Browse files
authored
Merge pull request #222 from TaleLin/eslintRule
build(.eslintrc.js): 去掉'linebreak-style': [0, 'error', 'windows']
2 parents 4396707 + 4e29af0 commit ae53a75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
rules: {
1414
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
1515
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
16-
'linebreak-style': [0, 'error', 'windows'],
1716
'import/extensions': 0, // import不需要写文件扩展名
1817
'import/no-unresolved': 0,
1918
// 'import/no-duplicates': 0,

0 commit comments

Comments
 (0)