feat: card lock

This commit is contained in:
2024-07-03 00:04:31 +02:00
parent ebbb07829f
commit dc9b00284b
12 changed files with 393 additions and 108 deletions
+8
View File
@@ -21,5 +21,13 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': [
'warn', // or "error"
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
caughtErrorsIgnorePattern: '^_',
},
],
},
};