Skip to content

Commit a053355

Browse files
committed
Add cache-manager
1 parent 6f065de commit a053355

File tree

4 files changed

+1473
-2298
lines changed

4 files changed

+1473
-2298
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ module.exports = {
2020
'@typescript-eslint/interface-name-prefix': 'off',
2121
'@typescript-eslint/explicit-function-return-type': 'off',
2222
'@typescript-eslint/no-explicit-any': 'off',
23+
'@typescript-eslint/no-unused-vars': 'off', // False positives from decorators
2324
},
2425
};

0 commit comments

Comments
 (0)