diff --git a/.eslintrc.js b/.eslintrc.js index e63ab6cf8..ef0f9831d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,5 +18,6 @@ module.exports = { 'no-empty': 'off', 'no-empty-function': 'off', '@typescript-eslint/no-empty-function': 'off', + '@typescript-eslint/ban-ts-comment': 'off', }, }