ba me oi con thanh cong roi

This commit is contained in:
2024-10-14 23:05:35 +07:00
parent 76ff5d28ac
commit 0ac5868d2d
18 changed files with 365 additions and 138 deletions

View File

@@ -40,7 +40,7 @@ export default [
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: 'C:\\Users\\AliensVN\\EPESS\\epess-web-backend',
tsconfigRootDir: __dirname,
},
},
@@ -48,7 +48,7 @@ export default [
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'on',
'@typescript-eslint/no-explicit-any': 'error',
},
},
];