From 6007cc4cdcb831ca3d92bc04904582a073c55138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Fri, 6 Oct 2023 20:01:11 +0200 Subject: [PATCH] Fix TS issues, update to latest commons --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 913eee2b..fea7ca62 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,4 @@ module.exports = { parserOptions: { project: ['./tsconfig.json', './packages/*/tsconfig.json'], }, - rules: { - 'import/no-unresolved': 'off', - }, };