Skip to content

Commit 35e8d83

Browse files
committed
fix: fix eslint errors when using airbnb config
closes #2667
1 parent 0045196 commit 35e8d83

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// https://docs.cypress.io/guides/guides/plugins-guide.html
2+
/* eslint-disable import/no-extraneous-dependencies global-require */
23
const webpack = require('@cypress/webpack-preprocessor')
34

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

0 commit comments

Comments
 (0)