We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff53cf commit 2a48b19Copy full SHA for 2a48b19
.eslintrc.js
@@ -5,6 +5,7 @@ module.exports = {
5
parser: '@typescript-eslint/parser',
6
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
7
rules: {
8
+ '@typescript-eslint/no-unused-vars': 'warn',
9
'@typescript-eslint/ban-ts-comment': 'off',
10
'@typescript-eslint/no-explicit-any': 'off',
11
'@typescript-eslint/no-non-null-assertion': 'off',
0 commit comments