diff --git a/.eslintrc.js b/.eslintrc.js index 7f9fb19816c1e97eacd5606f582304d3f5220000..d08cf32c8eef1d7f3a58ffbcae4bf946921b920d 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', }, }, {