Skip to content

Commit ea41e96

Browse files
authored
Update overrides (#2169)
* Do not split longer lines in overrides.json; one line per override * Add additional overrides * Fix print width
1 parent d730c04 commit ea41e96

File tree

2 files changed

+265
-675
lines changed

2 files changed

+265
-675
lines changed

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"options": {
1111
"singleQuote": false
1212
}
13+
},
14+
{
15+
"files": ["custom/overrides.json"],
16+
"options": {
17+
"printWidth": 180
18+
}
1319
}
1420
]
1521
}

0 commit comments

Comments
 (0)