Skip to content

Commit

Permalink
prettier allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
skyqrose committed May 29, 2024
1 parent e5adfbe commit cd1f0f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ignore everything, so we can explicitly give an allowlist
/*
!/.github/
!/css/
!/js/
!/*.mjs
!/*.ts
!/*.yml
!/*.md
!/*.json
# all json files, except package-lock.json
package-lock.json
File renamed without changes.

0 comments on commit cd1f0f4

Please sign in to comment.