Skip to content

Commit a90a4fc

Browse files
committed
disabled linebreak-style rule....
1 parent c3f2bb6 commit a90a4fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ module.exports = {
3333
'error',
3434
'tab'
3535
],
36-
'linebreak-style': [
37-
'error',
38-
'windows'
39-
],
36+
'linebreak-style': 0,
4037
'quotes': [
4138
'error',
4239
'single'

0 commit comments

Comments
 (0)