mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-10 19:46:34 +00:00
Summary: We lint separately, with `yarn lint`. There’s no need to duplicate this effort. Test Plan: Introduce a lint error, for instance by adding `("unused expression");` to `src/cli/main.js` and `src/app/App.js`. Note that `yarn lint` fails but `yarn backend` and `yarn start` and `yarn build` succeed. wchargin-branch: webpack-no-lint