-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
code qualityImprovements to code qualityImprovements to code qualityhelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
- Add import sorting. Probably should just use
import/order
, but if that doesn't work for some reason we could consider https://github.com/trivago/prettier-plugin-sort-imports, which is a prettier plugin - Add
eslint --fix
back to pre-commit using a local hook to ensure version parity as described in Add pre-commit #637 (comment). Ensure that it is run on Typescript files as described in https://github.com/pre-commit/mirrors-eslint#using-eslint-with-pre-commit - Add https://www.npmjs.com/package/eslint-plugin-unused-imports as eslint plugin, and configure it properly to remove imports
- While we're here, we could switch to running
prettier
using a local hook as well in order to maintain version parity withpackage.json
auscompgeek
Metadata
Metadata
Assignees
Labels
code qualityImprovements to code qualityImprovements to code qualityhelp wantedExtra attention is neededExtra attention is needed