Skip to content

Commit 6f784ab

Browse files
authored
Remove Prettier (#155)
The `prettier` command in CI gives extremely unhelpfully error messages. It simply asks me to run `prettier` without telling me what the actual "style issue" is. *I would NOT permit `prettier` to make changes to my writing in any way without first knowing what it thinks the problem is.* Plus, we already have lint. I think we should remove prettier. Signed-off-by: Michael Yuan <michael@secondstate.io>
1 parent 60c3841 commit 6f784ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Lint
3838
run: npm run lint:ci
3939

40-
- name: Prettier Code
41-
run: npm run format:diff
40+
# - name: Prettier Code
41+
# run: npm run format:diff

0 commit comments

Comments
 (0)