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 } }, -} ); +};