Skip to content

Commit 6776374

Browse files
committed
fix eslint
1 parent eb2b0f1 commit 6776374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ rules:
1616
ignoreVoid: true
1717
"@typescript-eslint/no-inferrable-types": "off"
1818
"@typescript-eslint/no-unused-vars":
19-
- warning
19+
- warn
2020
- argsIgnorePattern: _
2121
varsIgnorePattern: _

0 commit comments

Comments
 (0)