Skip to content

Commit

Permalink
change .prettierrc to .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-lieb committed Nov 20, 2024
1 parent 13d7a74 commit dc54b33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion prettier-markdown/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ metadata:
languages:
- Markdown
tests:
- extension: md
- support:
path: .prettierrc
contents: |
proseWrap: always
extension: md
contents:
"Voilà! In view, a humble vaudevillian veteran cast vicariously as both
victim and villain by the vicissitudes of Fate. This visage, no mere veneer
Expand Down
2 changes: 1 addition & 1 deletion prettier/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ metadata:
matrix(1, 0, 0, 0, 1, 0, 0, 0, 1);
- name: With import sorting plugin
support:
path: .prettierrc
path: .prettierrc.json
contents: |
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": ["^moduleA$", "^moduleB$", "^moduleC$"]
Expand Down

0 comments on commit dc54b33

Please sign in to comment.