Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 340 Bytes

File metadata and controls

1 lines (1 loc) · 340 Bytes

Before submitting a PR or set of changes to a PR, if any changes have been made to the front end, ensure linting and formatting are clean, e.g. with npm run lint:fix --prefix=app or npm run format:write --prefix=app. Don't make these pass by using comments to ignore linter warnings: actually fix the highlighted issues. No exceptions.