Skip to content

Commit a33ffd0

Browse files
authored
build(common): Remove useTabs prettier config overrides, update deps on build-common, and re-format code (#13863)
Removes the `useTabs` overrides from client-debugger packages' prettier configs, and does the spaces -> tabs formatting update to bring this code in line with the rest of the repo formatting-wise. Also required updating deps on `build-common` from `1.0.0` to `1.1.0`, which is where the `useTabs` rule base transitioned from `false` to `true`.
1 parent 6e1a693 commit a33ffd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+5184
-5188
lines changed

common/build/build-common/prettier.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
singleQuote: false,
1414
tabWidth: 4,
1515
trailingComma: "all",
16-
useTabs: true, // changed from false to true
16+
useTabs: true,
1717
overrides: [
1818
{
1919
files: "lerna.json",

0 commit comments

Comments
 (0)