This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ module.exports = {
12
12
globals : {
13
13
google : true ,
14
14
} ,
15
- extends : 'airbnb-base' ,
15
+ extends : [
16
+ 'airbnb-base' ,
17
+ "plugin:cypress/recommended"
18
+ ] ,
16
19
// required to lint *.vue files
17
20
plugins : [
18
21
'html'
Original file line number Diff line number Diff line change 74
74
"eslint-friendly-formatter" : " ^2.0.7" ,
75
75
"eslint-import-resolver-webpack" : " ^0.8.1" ,
76
76
"eslint-loader" : " ^1.7.1" ,
77
+ "eslint-plugin-cypress" : " ^2.7.0" ,
77
78
"eslint-plugin-html" : " ^2.0.0" ,
78
79
"eslint-plugin-import" : " ^2.2.0" ,
79
80
"eventsource-polyfill" : " ^0.9.6" ,
Original file line number Diff line number Diff line change @@ -2957,6 +2957,13 @@ eslint-module-utils@^2.1.1:
2957
2957
debug "^2.6.8"
2958
2958
pkg-dir "^1.0.0"
2959
2959
2960
+ eslint-plugin-cypress@^2.7.0 :
2961
+ version "2.7.0"
2962
+ resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.7.0.tgz#117f14ce63698e4c4f3afea3d7e27025c8d504f0"
2963
+ integrity sha512-52Lq5ePCD/8jc536e1RqtLfj33BAy1s7BlYgCjbG39J5kqUitcTlRY5i3NRoeAyPHueDwETsq0eASF44ugLosQ==
2964
+ dependencies :
2965
+ globals "^11.12.0"
2966
+
2960
2967
eslint-plugin-html@^2.0.0 :
2961
2968
version "2.0.3"
2962
2969
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-2.0.3.tgz#7c89883ab0c85fa5d28b666a14a4e906aa90b897"
@@ -3740,6 +3747,11 @@ global-dirs@^0.1.0:
3740
3747
dependencies :
3741
3748
ini "^1.3.4"
3742
3749
3750
+ globals@^11.12.0 :
3751
+ version "11.12.0"
3752
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
3753
+ integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
3754
+
3743
3755
globals@^9.14.0, globals@^9.18.0 :
3744
3756
version "9.18.0"
3745
3757
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
You can’t perform that action at this time.
0 commit comments