Skip to content

Commit 1d7b81b

Browse files
committed
chore: generate eslintrc.js for cypress
1 parent 252dd3d commit 1d7b81b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/_eslintrc

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<%_ if (hasESLint) { _%>
2+
module.exports = {
3+
plugins: [
4+
'cypress'
5+
],
6+
env: {
7+
mocha: true,
8+
'cypress/globals': true
9+
},
10+
rules: {
11+
strict: 'off'
12+
}
13+
}
14+
<%_ } _%>

0 commit comments

Comments
 (0)