We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224a872 commit 81b1a68Copy full SHA for 81b1a68
.eslintrc.js
@@ -13,6 +13,8 @@ const opts = {
13
'prettier',
14
],
15
rules: {
16
+ // undefined vars will be handled by the TS compiler
17
+ 'no-undef': 'off',
18
// unused vars will be handled by the TS compiler
19
'@typescript-eslint/no-unused-vars': 'off',
20
'@typescript-eslint/ban-ts-comment': [
0 commit comments