@@ -20,21 +20,6 @@ module.exports = {
20
20
'bundle\\.js' ,
21
21
'react-dom\\.development\\.js' ,
22
22
'\\.min\\.js' , // Any *.min.js
23
-
24
- // Project specific ignores
25
- 'codesandbox-client/packages/app/static/js' ,
26
- 'codesandbox-client/standalone-packages' ,
27
- 'dockunit/platform/assets' ,
28
- 'hyper/bin' ,
29
- 'react-solitaire/lib/index\\.js' ,
30
- 'Khan/perseus/lib' ,
31
- 'glortho/react-keydown/example/public' ,
32
- 'reach/reach-ui/packages/combobox/examples/cities\\.ts' ,
33
- 'reach/reach-ui/website/src/components/cities\\.js' ,
34
- 'reach/reach-ui/website/static/router/static' ,
35
- 'Automattic/wp-calypso/client/components/phone-input/data\\.js' ,
36
- 'test262-main\\.ts' ,
37
- 'sample_vis\\.test\\.mocks\\.ts' ,
38
23
] . join ( '|' ) } )`,
39
24
40
25
/** Empty array since we are only interested in linter crashes */
@@ -67,7 +52,7 @@ module.exports = {
67
52
'plugin:jest-dom/recommended' ,
68
53
] ,
69
54
rules : {
70
- 'prefer-in-document' : 'error'
55
+ 'jest-dom/ prefer-in-document' : 'error'
71
56
} ,
72
57
} ,
73
58
} ;
0 commit comments