放宽JS检测

This commit is contained in:
tangly1024.com
2024-11-14 12:19:23 +08:00
parent 167cea3e60
commit 12fd9ed40f

View File

@@ -58,7 +58,8 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-floating-promises': 'off'
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-unsafe-return': 'off'
}
}
],