Skip to content

Commit b15c2d1

Browse files
committed
Remove .prettierrc from explorer and move configuration to global level
1 parent 2de5562 commit b15c2d1

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.prettierrc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"overrides": [
3-
{
4-
"files": "*.js",
5-
"options": {
6-
"printWidth": 100
7-
}
8-
}
9-
]
2+
"overrides": [
3+
{
4+
"files": "*.js",
5+
"options": {
6+
"printWidth": 100,
7+
"bracketSameLine": true
8+
}
9+
}
10+
]
1011
}

mithril-explorer/.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)