From 0a2b8cdedef251c724c6c2f9394debf96ada2d66 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 23 Aug 2019 00:19:43 +0800 Subject: [PATCH] fix: update ts config --- packages/typescript/index.js | 1 + 1 file changed, 1 insertion(+) 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', } }