We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2b0f1 commit 6776374Copy full SHA for 6776374
.eslintrc.yaml
@@ -16,6 +16,6 @@ rules:
16
ignoreVoid: true
17
"@typescript-eslint/no-inferrable-types": "off"
18
"@typescript-eslint/no-unused-vars":
19
- - warning
+ - warn
20
- argsIgnorePattern: _
21
varsIgnorePattern: _
0 commit comments