File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ module.exports = {
36
36
indent : [ 'error' , 4 , {
37
37
SwitchCase : 1 ,
38
38
} ] ,
39
+ 'linebreak-style' : [ 'error' , 'unix' ] ,
39
40
'max-len' : 'off' ,
40
41
'no-console' : 'off' ,
41
42
'no-continue' : 'off' ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module.exports = {
12
12
'block-closing-brace-newline-before' : null , // fix bad formatting with "each()"
13
13
'declaration-block-trailing-semicolon' : null , // fix bad formatting with "each()"
14
14
indentation : null , // TODO change to "4" once https://github.com/fomantic/Fomantic-UI/pull/2593#discussion_r1045131096 is fixed
15
+ linebreaks : 'unix' ,
15
16
'max-line-length' : null ,
16
17
'no-descending-specificity' : null ,
17
18
'no-extra-semicolons' : null , // fix GH-1832 - workaround for wikimedia/less.php parser
You can’t perform that action at this time.
0 commit comments