File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies:
6969 @echo " ################################################################################"
7070 @echo " ## Dependencies: ###############################################################"
7171 @echo " ################################################################################"
72- test -x ./node_modules || npm install --verbose
72+ test -x ./node_modules || npm install --verbose --legacy-peer-deps
7373 @echo " ################################################################################"
7474
7575lint/json :
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ export default [
6363 'no-restricted-syntax' : 0 ,
6464 'no-console' : 'off' ,
6565 'no-underscore-dangle' : 0 ,
66+ // Disable jest rules that require TypeScript type information
67+ 'jest/no-error-equal' : 0 ,
68+ 'jest/no-unnecessary-assertion' : 0 ,
69+ 'jest/valid-expect-with-promise' : 0 ,
6670
6771 'no-plusplus' : [
6872 'error' ,
You can’t perform that action at this time.
0 commit comments