Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
kucrut committed Oct 8, 2023
1 parent 72c75dc commit 863e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tabWidth": 4,
"trailingComma": "all",
"useTabs": true,
"plugins": [ "./node_modules/eslint-plugin-prettier" ],
"plugins": [ "eslint-plugin-prettier" ],
"overrides": [
{
"files": [ "*.json" ],
Expand Down

0 comments on commit 863e5df

Please sign in to comment.