Skip to content

Commit c38c95e

Browse files
committed
Add .linelint.yml file to ignore css files
1 parent 562ce01 commit c38c95e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.linelint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# # 'true' will fix files
2+
# autofix: false
3+
4+
# list of paths to ignore, uses gitignore syntaxes (executes before any rule)
5+
ignore:
6+
- src/styles/*.css
7+
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
13+
14+
# # set to true to disable autofix (if enabled globally)
15+
# disable-autofix: false
16+
17+
# # if true also checks if file ends in a single newline character
18+
# single-new-line: true

0 commit comments

Comments
 (0)