cache into map

This commit is contained in:
2023-06-20 20:46:14 +02:00
parent a6e75006e6
commit 7d38564107
10 changed files with 216 additions and 344 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ module.exports = {
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
indent: 'off',
'@typescript-eslint/indent': ['error', 2]
'@typescript-eslint/indent': ['error', 2],
camelcase: 0
}
}