File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3131 "babel-eslint" : " ^8.2.1" ,
3232 "browserify" : " ^15.2.0" ,
3333 "cross-env" : " ^5.1.3" ,
34- "eslint" : " ^6.8.0 " ,
35- "eslint-plugin-ava" : " 9.0 .0" ,
34+ "eslint" : " ^8.57.1 " ,
35+ "eslint-plugin-ava" : " ^13.2 .0" ,
3636 "jimp" : " ^0.2.28" ,
3737 "puppeteer" : " ^19.11.1" ,
3838 "rootrequire" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 210210 worker = new Worker ( URL . createObjectURL ( new Blob ( [ code ] ) ) ) ;
211211 } catch ( e ) {
212212 // eslint-disable-next-line no-console
213- typeof console !== undefined && typeof console . warn === 'function' ? console . warn ( '🎊 Could not load worker' , e ) : null ;
213+ typeof console !== ' undefined' && typeof console . warn === 'function' ? console . warn ( '🎊 Could not load worker' , e ) : null ;
214214
215215 return null ;
216216 }
684684
685685 if ( isLibCanvas && canvas ) {
686686 if ( document . body . contains ( canvas ) ) {
687- document . body . removeChild ( canvas ) ;
687+ document . body . removeChild ( canvas ) ;
688688 }
689689 canvas = null ;
690690 initialized = false ;
Original file line number Diff line number Diff line change 77parser : babel-eslint
88parserOptions :
99 sourceType : module
10+ ecmaVersion : 6
11+ ecmaFeatures :
12+ modules : true
1013plugins :
1114 - ava
You can’t perform that action at this time.
0 commit comments