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 2796014 commit 361291bCopy full SHA for 361291b
.eslintrc.cjs
@@ -215,7 +215,7 @@ module.exports = {
215
rules: {
216
'no-console': 0,
217
218
- // TODO: remove this
+ // TODO: remove this after https://algolia.atlassian.net/browse/DI-2984
219
'@typescript-eslint/no-unused-vars': 0,
220
'@typescript-eslint/explicit-function-return-type': 0,
221
},
.gitignore
@@ -7,7 +7,6 @@ node_modules
7
yarn-error.log
8
debug.log
9
10
-
11
**/.yarn/*
12
!**/.yarn/releases
13
!**/.yarn/plugins
0 commit comments