Skip to content

Commit

Permalink
chore: Fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMaros committed Apr 4, 2024
1 parent 382fd27 commit 524ac3e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,5 @@
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false,
"overrides": [
{
"files": [
"scss/wordpress/_blocks.scss",
"scss/editor/_elements.scss"
],
"options": {
"printWidth": 200
}
}
]
"useTabs": false
}

0 comments on commit 524ac3e

Please sign in to comment.