Skip to content

Commit a0cba01

Browse files
committed
fix: disable max-len rule to avoid eslint errors
1 parent 29bc557 commit a0cba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-webdriverio/generator/template/wdio.shared.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-unused-vars */
1+
/* eslint-disable no-unused-vars, max-len */
22
const path = require('path')
33

44
exports.config = {

0 commit comments

Comments
 (0)