Skip to content

Commit 60efe80

Browse files
committed
Lint fixes
1 parent a2f4c0a commit 60efe80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ eclint_block_comment_start = /*
1313
eclint_block_comment = *
1414
eclint_block_comment_end = */
1515

16-
[*.{scss,css,js,json,yml,md}]
16+
[*.{scss,css,js,json,yml,md,svg}]
1717
indent_size = 2

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
with:
3232
eclint_args: |
3333
-exclude=css/*
34+
-exclude=preview/*

0 commit comments

Comments
 (0)