mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 06:39:56 -06:00
fix: missing comma
This commit is contained in:
@@ -6,7 +6,11 @@ test('should work', async () => {
|
||||
const project = await create('e2e-cypress', {
|
||||
plugins: {
|
||||
'@vue/cli-plugin-babel': {},
|
||||
'@vue/cli-plugin-e2e-cypress': {}
|
||||
'@vue/cli-plugin-e2e-cypress': {},
|
||||
'@vue/cli-plugin-eslint': {
|
||||
config: 'airbnb',
|
||||
lintOn: 'save'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// https://docs.cypress.io/guides/guides/plugins-guide.html
|
||||
/* eslint-disable import/no-extraneous-dependencies global-require */
|
||||
/* eslint-disable import/no-extraneous-dependencies, global-require */
|
||||
const webpack = require('@cypress/webpack-preprocessor')
|
||||
|
||||
module.exports = (on, config) => {
|
||||
|
||||
Reference in New Issue
Block a user