We should definitely have eslint and prettier set up in this repo, esp now that Szymon and others are collaborating here more often, so that our formatting is consistent. I've been meaning to set this up just haven't gotten around to it until now.
Fixes WS-824
What changed
Add eslint config which is as close as possible to our web config (minus custom rules, a11y/storybook other plugins we don't support, etc).
Add prettier config which matches our web config (single quote strings, trailing comma, etc).
Why
We should definitely have eslint and prettier set up in this repo, esp now that Szymon and others are collaborating here more often, so that our formatting is consistent. I've been meaning to set this up just haven't gotten around to it until now.
Fixes WS-824
What changed
src
Test plan
pnpm run lint
locally)