Skip to content

Commit

Permalink
remove e2e linting from main project linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Jul 2, 2021
1 parent 1c1f6fd commit 715547b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @format */

const { useE2EEsLintConfig } = require( './tests/e2e/env/config/use-config' );

module.exports = useE2EEsLintConfig( {
module.exports = {
root: true,
env: {
browser: true,
Expand Down Expand Up @@ -30,4 +28,4 @@ module.exports = useE2EEsLintConfig( {
jsx: true
}
},
} );
};

0 comments on commit 715547b

Please sign in to comment.