File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # # 'true' will fix files
2- # autofix: false
1+ # 'true' will fix files
2+ autofix : false
33
44# list of paths to ignore, uses gitignore syntaxes (executes before any rule)
55ignore :
66 - src/styles/*.css
77
8- # rules:
9- # # checks if file ends in a newline character
10- # end-of-file:
11- # # set to true to enable this rule
12- # enable: true
8+ rules :
9+ # checks if file ends in a newline character
10+ end-of-file :
11+ # set to true to enable this rule
12+ enable : true
1313
14- # # set to true to disable autofix (if enabled globally)
15- # disable-autofix: false
14+ # set to true to disable autofix (if enabled globally)
15+ disable-autofix : true
1616
17- # # if true also checks if file ends in a single newline character
18- # single-new-line: true
17+ # if true also checks if file ends in a single newline character
18+ single-new-line : true
You can’t perform that action at this time.
0 commit comments