Skip to content

Commit 9298793

Browse files
committed
Allow unused underscore args
1 parent 59c6e68 commit 9298793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"plugins": ["@typescript-eslint"],
1717
"rules": {
18+
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
1819
"indent": ["error", 2],
1920
"linebreak-style": ["error", "unix"],
2021
"quotes": ["error", "single"],

0 commit comments

Comments
 (0)