diff --git a/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js b/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js index e8412765fe..6f7e63b9ef 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js +++ b/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js @@ -1,3 +1,4 @@ +/* eslint-disable arrow-body-style */ // https://docs.cypress.io/guides/guides/plugins-guide.html // if you need a custom webpack configuration you can uncomment the following import @@ -5,7 +6,7 @@ // as explained in the cypress docs // https://docs.cypress.io/api/plugins/preprocessors-api.html#Examples -/* eslint-disable import/no-extraneous-dependencies, global-require, arrow-body-style */ +// /* eslint-disable import/no-extraneous-dependencies, global-require */ // const webpack = require('@cypress/webpack-preprocessor') module.exports = (on, config) => {