From cdf76a8ad63f87e66193292d9c72982a435ad8c2 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Fri, 29 May 2020 15:05:44 +0400 Subject: [PATCH] turn on ban ts ignore rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 041efd2c..9c896455 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,7 +25,6 @@ module.exports = { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-unused-vars': ['error', { ignoreRestSiblings: true }], - '@typescript-eslint/ban-ts-ignore': 'off', }, settings: { react: {