Comment out eslintconfig references in the eject script. We already depend on the parent project’s eslint configuration, so we don’t need to create one when ejecting.
Also, make all of our version dependencies exact matches, not ^, so that we know we’re getting known working versions.
This fixes a lint warning: Definition for rule 'jest/valid-expect' was not found.
eslintconfig
references in theeject
script. We already depend on the parent project’s eslint configuration, so we don’t need to create one when ejecting.^
, so that we know we’re getting known working versions.This fixes a lint warning:
Definition for rule 'jest/valid-expect' was not found
.