File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,18 @@ export default {
23
23
24
24
// We don't use plugin:react/recommended here to avoid React-specific rules.
25
25
extends : [
26
- 'eslint:recommended' ,
27
- 'plugin:jest/recommended'
26
+ 'eslint:recommended'
28
27
] ,
29
28
30
- // TODO: preact-cli ships Jest now, Mocha may be a candidate for removal.
31
29
plugins : [
32
30
'compat' ,
33
31
'react' ,
34
- 'jest' ,
35
32
'react-hooks'
36
33
] ,
37
34
38
35
env : {
39
36
browser : true ,
40
37
es6 : true ,
41
- 'jest/globals' : true ,
42
38
node : true
43
39
} ,
44
40
Original file line number Diff line number Diff line change 50
50
"@babel/plugin-syntax-class-properties" : " ^7.12.13" ,
51
51
"@babel/plugin-syntax-jsx" : " ^7.12.13" ,
52
52
"eslint-plugin-compat" : " ^4.0.0" ,
53
- "eslint-plugin-jest" : " ^25.2.4" ,
54
53
"eslint-plugin-react" : " ^7.27.0" ,
55
54
"eslint-plugin-react-hooks" : " ^4.3.0"
56
55
},
You can’t perform that action at this time.
0 commit comments