From 80e02a4400878e63c96bc3274239c9f2f76ef3d6 Mon Sep 17 00:00:00 2001 From: Connor Gilbert Date: Mon, 18 Nov 2024 13:38:26 -0800 Subject: [PATCH] Disable rules for testing --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7f9fb19816..d08cf32c8e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -95,7 +95,7 @@ module.exports = { ], }, ], - '@gitlab/tailwind-no-interpolation': 'off', + // '@gitlab/tailwind-no-interpolation': 'off', }, }, { @@ -113,7 +113,7 @@ module.exports = { { files: ['config.js', 'rollup.config.js', '**/index.js', '**/*.stories.js'], rules: { - 'import/no-default-export': 'off', + // 'import/no-default-export': 'off', }, }, { -- GitLab