Skip to content

Commit

Permalink
refactor: aligned code styles through projects (#158)
Browse files Browse the repository at this point in the history
* refactor: aligned code styles through projects

* fix: this is not an option for the config
  • Loading branch information
mfranzke authored Dec 5, 2022
1 parent c90f165 commit 0f7ce79
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
"trailingComma": "none",
"overrides": [
{
"files": "**/*.js",
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"options": {
"singleQuote": true
}
},
{
"files": "**/*.mjs",
"options": {
"singleQuote": true
"bracketSameLine": true
}
}
]
],
"bracketSpacing": true
}

0 comments on commit 0f7ce79

Please sign in to comment.