remove e2e linting from main project linting

This commit is contained in:
Ron Rennick 2021-07-02 13:03:25 -03:00
parent 1c1f6fdc0f
commit 715547b33e
1 changed files with 2 additions and 4 deletions

View File

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