Add eslint-plugin-promise back (#4022)

This commit is contained in:
qwerty287
2024-08-17 08:09:48 +02:00
committed by GitHub
parent 405d089129
commit b357ae7243
8 changed files with 57 additions and 164 deletions

View File

@@ -78,7 +78,7 @@ export default defineConfig({
copyFile(
`node_modules/dayjs/esm/locale/${langName}.js`,
`src/assets/dayjsLocales/${name}.js`,
// TODO enable with eslint-plugin-promise eslint-disable-next-line promise/prefer-await-to-callbacks
// eslint-disable-next-line promise/prefer-await-to-callbacks
(err) => {
if (err) {
throw err;