Skip to content

Commit 9aa3fba

Browse files
committed
chore: enable proseWrap only for Markdown
1 parent c743189 commit 9aa3fba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/use-template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: "Update package.json"
2020
env:
2121
GITHUB_REPOSITORY_DESCRIPTION: ${{ github.event.repository.description }}
22-
run:
23-
./.github/scripts/rename.sh "$GITHUB_REPOSITORY" "$GITHUB_REPOSITORY_OWNER" "$GITHUB_REPOSITORY_DESCRIPTION"
22+
run: ./.github/scripts/rename.sh "$GITHUB_REPOSITORY" "$GITHUB_REPOSITORY_OWNER" "$GITHUB_REPOSITORY_DESCRIPTION"
2423

2524
- name: "Add rename summary"
2625
run: |

.prettierrc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
printWidth: 120
2-
proseWrap: "always"
32
trailingComma: "all"
3+
overrides:
4+
- files: "*.md"
5+
options:
6+
proseWrap: "always"

0 commit comments

Comments
 (0)