From 8fdd23406f7754e76a861abaed8c98d7fb5626b1 Mon Sep 17 00:00:00 2001 From: Gearonix Date: Fri, 6 Oct 2023 17:14:43 +0300 Subject: [PATCH] ci: fixes --- .eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 7bdd77c6..1b330890 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,7 +4,11 @@ module.exports = grnx({ root: __dirname, tsconfig: 'tsconfig.base.json', monorepo: true, + enableImports: false, ext: { + // 'import/export': 'off', + // 'import/no-default-export': 'off', + // 'import/no-self-import': 'off', 'max-len': 'off' } })