Open seve opened 10 months ago
oh maybe lint-staged is not checking __test__?
lint-staged
__test__
npm run lint explicitly checks __test__:
npm run lint
"lint": "eslint src __tests__ & npm run type-check",
Slack Message
@dsadgat also setting this as P0 to prep for the spatial work!
oh maybe
lint-staged
is not checking__test__
?npm run lint
explicitly checks__test__
:"lint": "eslint src __tests__ & npm run type-check",
Slack Message