mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-07 12:29:15 -05:00
fix: make cypress config file compatible with eslint-config-airbnb rules
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user