@@ -20,21 +20,6 @@ module.exports = {
2020 'bundle\\.js' ,
2121 'react-dom\\.development\\.js' ,
2222 '\\.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' ,
3823 ] . join ( '|' ) } )`,
3924
4025 /** Empty array since we are only interested in linter crashes */
@@ -67,7 +52,7 @@ module.exports = {
6752 'plugin:jest-dom/recommended' ,
6853 ] ,
6954 rules : {
70- 'prefer-in-document' : 'error'
55+ 'jest-dom/ prefer-in-document' : 'error'
7156 } ,
7257 } ,
7358} ;
0 commit comments