diff --git a/packages/typescript/index.js b/packages/typescript/index.js index a2a5f83..8daa22f 100644 --- a/packages/typescript/index.js +++ b/packages/typescript/index.js @@ -21,5 +21,6 @@ module.exports = { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-parameter-properties': 'off', '@typescript-eslint/no-empty-interface': 'off', + '@typescript-eslint/ban-ts-ignore': 'off', } }