Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix: prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 19, 2024
1 parent 76f56f4 commit c75152b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .prettierc → .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"trailingComma": "all",
"singleQuote": false,
"semicolon": true,
"semi": true,
"endOfLine": "lf",
"overrides": [
{
Expand Down
8 changes: 2 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"cSpell.words": ["fontawesome", "fortawesome", "pathfinding", "Xmark"],
"eslint.experimental.useFlatConfig": true,
"explorer.fileNesting.patterns": {
"package.json": ".prettierc, .prettierignore, bun.lockb, eslint.config.js, turbo.json",
"package.json": ".prettierrc, .prettierignore, bun.lockb, eslint.config.js, turbo.json",
"README*": "*.${capture}",
".replit": "replit.*"
},
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
}
"prettier.prettierPath": "./node_modules/prettier/index.cjs"
}

0 comments on commit c75152b

Please sign in to comment.