Commit e3d1571
authored
prettier: Disable for markdown files (#12333)
This is causing more pain than it is worth, especially since the prettier check currently only runs in the frontend test suite, so if a backend pull request introduces a new markdown file the CI will fail on some future run instead of on the PR. Sure, we can fix that, but is it worth the complexity? IMHO no.1 parent 268e46e commit e3d1571
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments