File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Generated by [AVA](https://ava.li).
10
10
11
11
`{␊
12
12
"env": {␊
13
+ "cypress/globals": true,␊
13
14
"jest/globals": true,␊
14
15
"es2021": true,␊
15
16
"es6": true,␊
@@ -43,6 +44,7 @@ Generated by [AVA](https://ava.li).
43
44
"@fs/zion",␊
44
45
"jest",␊
45
46
"you-dont-need-lodash-underscore",␊
47
+ "cypress",␊
46
48
"prettier",␊
47
49
"test-selectors",␊
48
50
"sonarjs",␊
@@ -292,6 +294,18 @@ Generated by [AVA](https://ava.li).
292
294
0,␊
293
295
"multi-line"␊
294
296
],␊
297
+ "cypress/no-assigning-return-values": [␊
298
+ "error"␊
299
+ ],␊
300
+ "cypress/no-async-tests": [␊
301
+ "error"␊
302
+ ],␊
303
+ "cypress/no-unnecessary-waiting": [␊
304
+ "error"␊
305
+ ],␊
306
+ "cypress/unsafe-to-chain-command": [␊
307
+ "error"␊
308
+ ],␊
295
309
"default-case": [␊
296
310
"error",␊
297
311
{␊
@@ -621,6 +635,7 @@ Generated by [AVA](https://ava.li).
621
635
]␊
622
636
],␊
623
637
"distinctGroup": true,␊
638
+ "named": false,␊
624
639
"warnOnUnassignedImports": false␊
625
640
}␊
626
641
],␊
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ module.exports = {
14
14
'@fs/eslint-config-frontier-react/jest' ,
15
15
'@fs/eslint-config-frontier-react/dont-need-lodash' ,
16
16
'@fs/eslint-config-frontier-react/typescript' ,
17
+ '@fs/eslint-config-frontier-react/cypress' ,
17
18
'@fs/eslint-config-frontier-react/prettierSetup' , // Always have prettier last so it can override format rules in the extends before it
18
19
] ,
19
20
plugins : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/eslint-config-tree" ,
3
- "version" : " 6.1.1 " ,
3
+ "version" : " 6.2.0 " ,
4
4
"description" : " Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
28
28
" !.*"
29
29
],
30
30
"dependencies" : {
31
- "@babel/eslint-parser" : " ^7.25.1 " ,
32
- "@fs/eslint-config-frontier-react" : " ^11.2.0 " ,
31
+ "@babel/eslint-parser" : " ^7.26.10 " ,
32
+ "@fs/eslint-config-frontier-react" : " ^11.2.2 " ,
33
33
"eslint" : " ^8.57.1" ,
34
34
"eslint-plugin-bestpractices" : " github:skye2k2/eslint-plugin-bestpractices" ,
35
35
"eslint-plugin-deprecate" : " ^0.7.0" ,
42
42
"@fs/npm-publisher" : " ^1.6.0" ,
43
43
"ava" : " ^2.4.0" ,
44
44
"file-manager-js" : " ^3.1.6" ,
45
- "husky" : " ^9.1.6 "
45
+ "husky" : " ^9.1.7 "
46
46
},
47
47
"scripts" : {
48
48
"lint" : " eslint demo" ,
You can’t perform that action at this time.
0 commit comments