Skip to content

Commit

Permalink
Remove pnpm-lock.yaml from prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Mar 6, 2024
1 parent b2f0af8 commit f95fdec
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 2,160 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
preact-bench.config.js
out

# Added here so tools like prettier ignore this file, event though we have force
# added to the git repository.
pnpm-lock.yaml


# Logs
logs
Expand Down
10 changes: 1 addition & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"singleQuote": false,
"arrowParens": "always",
"trailingComma": "all",
"overrides": [
{
"files": "pnpm-lock.yaml",
"options": {
"singleQuote": true
}
}
]
"trailingComma": "all"
}
Loading

0 comments on commit f95fdec

Please sign in to comment.