diff --git a/.eslintrc-typescript.yml b/.eslintrc-typescript.yml index 54eacbca..b1a3d840 100644 --- a/.eslintrc-typescript.yml +++ b/.eslintrc-typescript.yml @@ -3,5 +3,11 @@ extends: [ ] rules: - "@typescript-eslint/ban-ts-comment": off + "@typescript-eslint/ban-ts-comment": + - error + - ts-expect-error: 'allow-with-description' + ts-ignore: 'allow-with-description' + ts-nocheck: true + ts-check: true + minimumDescriptionLength: 5 "@typescript-eslint/ban-types": off