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 aa74247ab2..e8412765fe 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 @@ -5,7 +5,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 */ +/* eslint-disable import/no-extraneous-dependencies, global-require, arrow-body-style */ // const webpack = require('@cypress/webpack-preprocessor') module.exports = (on, config) => {