We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8d4b0 commit ad585fdCopy full SHA for ad585fd
.eslintrc.js
@@ -11,5 +11,6 @@ module.exports = {
11
'@typescript-eslint/no-explicit-any': 0,
12
'jsx-a11y/label-has-associated-control': 0,
13
'jsx-a11y/label-has-for': 0,
14
+ 'import/no-extraneous-dependencies': 0,
15
},
16
};
0 commit comments