Skip to content

Commit

Permalink
fix prettier config location
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Apr 20, 2024
1 parent 8358225 commit 64aebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"config": "environment"
},
"prettier.configPath": ".github/linters/prettier/.prettierrc.yaml",
"prettier.ignorePath": ".github/linters/prettier/.prettierignore",
"prettier.ignorePath": ".prettierignore",
"yaml.schemas": {
"https://json.schemastore.org/taskfile.json": [
"Taskfile.yaml",
Expand Down

0 comments on commit 64aebc5

Please sign in to comment.