Skip to content

Commit cbea268

Browse files
committed
Update to add rules
1 parent c38c95e commit cbea268

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.linelint.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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)
55
ignore:
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

0 commit comments

Comments
 (0)