Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove "prettier" from "npm run fix" (#116)
Our eslint configuration already reports `prettier` diffs as errors via eslint-plugin-prettier. These diffs are all auto-fixable by eslint. Therefore there's no need to call the `prettier` CLI command.
- Loading branch information