Skip to content

Commit 361291b

Browse files
authored
chore: review
1 parent 2796014 commit 361291b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ module.exports = {
215215
rules: {
216216
'no-console': 0,
217217

218-
// TODO: remove this
218+
// TODO: remove this after https://algolia.atlassian.net/browse/DI-2984
219219
'@typescript-eslint/no-unused-vars': 0,
220220
'@typescript-eslint/explicit-function-return-type': 0,
221221
},

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ node_modules
77
yarn-error.log
88
debug.log
99

10-
1110
**/.yarn/*
1211
!**/.yarn/releases
1312
!**/.yarn/plugins

0 commit comments

Comments
 (0)