Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino authored Dec 19, 2023
1 parent f9f2b6d commit df2f008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
{
"files": [
"**/CHANGELOG.md",
"**/vite.config.js.timestamp-*",
"**/.svelte-kit/**",
"documentation/**/*.md",
"packages/package/test/fixtures/**/expected/**/*",
"packages/package/test/watch/expected/**/*",
"packages/package/test/watch/package/**/*",
"packages/kit/src/core/postbuild/fixtures/**/*",
"packages/migrate/migrations/routes/*/samples.md",
"**/vite.config.js.timestamp-*"
"packages/migrate/migrations/routes/*/samples.md"
],
"options": {
"requirePragma": true
Expand Down

0 comments on commit df2f008

Please sign in to comment.