Add user DAL

This commit is contained in:
Daniel Hougaard
2024-01-29 14:33:35 +04:00
parent 2a3f136b68
commit abd3652910
2 changed files with 8 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ module.exports = {
tsconfigRootDir: __dirname
},
rules: {
// "@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-function": "off",
"consistent-return": "off", // my style
"import/order": "off", // for simple-import-order
"import/prefer-default-export": "off", // why