File tree 3 files changed +13
-8
lines changed
packages/@vue/cli-plugin-e2e-cypress
generator/template/test/e2e
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
<%_ if (hasESLint) { _%>
2
2
{
3
+ "plugins": [
4
+ "cypress"
5
+ ],
3
6
"env": {
4
- "mocha": true
5
- },
6
- "globals": {
7
- "cy": false,
8
- "Cypress": false,
9
- "expect": false,
10
- "assert": false
7
+ "mocha": true,
8
+ "cypress/globals": true
11
9
}
12
10
}
13
11
<%_ } _%>
Original file line number Diff line number Diff line change 22
22
"access" : " public"
23
23
},
24
24
"dependencies" : {
25
- "cypress" : " ^1.4.1"
25
+ "cypress" : " ^1.4.1" ,
26
+ "eslint-plugin-cypress" : " ^2.0.1"
26
27
}
27
28
}
Original file line number Diff line number Diff line change @@ -3400,6 +3400,12 @@ eslint-module-utils@^2.1.1:
3400
3400
debug "^2.6.8"
3401
3401
pkg-dir "^1.0.0"
3402
3402
3403
+ eslint-plugin-cypress@^2.0.1 :
3404
+ version "2.0.1"
3405
+ resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.0.1.tgz#647e942cacbfd71b0f1a1ed6978472fbd475c60a"
3406
+ dependencies :
3407
+ globals "^11.0.1"
3408
+
3403
3409
eslint-plugin-html@^4.0.1 :
3404
3410
version "4.0.1"
3405
3411
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.1.tgz#fc70072263cc938496fbbc9cf648660e41fa269a"
You can’t perform that action at this time.
0 commit comments