From 715547b33e4e5e59a790c09fc8f0d5bdd28a0ffb Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Fri, 2 Jul 2021 13:03:25 -0300 Subject: [PATCH] remove e2e linting from main project linting --- .eslintrc.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 21e6da056475f..7c90a4dbbb82b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,6 @@ /** @format */ -const { useE2EEsLintConfig } = require( './tests/e2e/env/config/use-config' ); - -module.exports = useE2EEsLintConfig( { +module.exports = { root: true, env: { browser: true, @@ -30,4 +28,4 @@ module.exports = useE2EEsLintConfig( { jsx: true } }, -} ); +};