remove e2e linting from main project linting
This commit is contained in:
parent
1c1f6fdc0f
commit
715547b33e
|
@ -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
|
||||
}
|
||||
},
|
||||
} );
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue