diff --git a/eslint/main.js b/eslint/main.js index 70f8d4f..3f62f66 100644 --- a/eslint/main.js +++ b/eslint/main.js @@ -35,6 +35,7 @@ module.exports = { '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], 'node/no-unsupported-features/es-syntax': ['error', { ignores: ['modules'] }], 'no-use-before-define': 'off', + '@typescript-eslint/no-floating-promises': 'error', }, }, {