Skip to content

Commit 0f7ce79

Browse files
authored
refactor: aligned code styles through projects (#158)
* refactor: aligned code styles through projects * fix: this is not an option for the config
1 parent c90f165 commit 0f7ce79

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.prettierrc.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
"trailingComma": "none",
33
"overrides": [
44
{
5-
"files": "**/*.js",
5+
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
66
"options": {
7-
"singleQuote": true
8-
}
9-
},
10-
{
11-
"files": "**/*.mjs",
12-
"options": {
13-
"singleQuote": true
7+
"bracketSameLine": true
148
}
159
}
16-
]
10+
],
11+
"bracketSpacing": true
1712
}

0 commit comments

Comments
 (0)