Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 2e510bb

Browse files
committed
chore: format .eslintrc.yml
1 parent 18c8631 commit 2e510bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ env:
1111
browser: true
1212
rules:
1313
semi: off
14-
no-unused-vars: ["error", { "argsIgnorePattern": "^_" }]
14+
no-unused-vars:
15+
- "error"
16+
- { argsIgnorePattern: "^_" }

0 commit comments

Comments
 (0)