Skip to content

Commit 0fc972e

Browse files
committed
fix: make cypress config file compatible with eslint-config-airbnb rules
1 parent 623712d commit 0fc972e

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// as explained in the cypress docs
66
// https://docs.cypress.io/api/plugins/preprocessors-api.html#Examples
77

8-
// /* eslint-disable import/no-extraneous-dependencies, global-require */
8+
/* eslint-disable import/no-extraneous-dependencies, global-require, arrow-body-style */
99
// const webpack = require('@cypress/webpack-preprocessor')
1010

1111
module.exports = (on, config) => {

0 commit comments

Comments
 (0)