Run dprint on json (#55602)

This commit is contained in:
Jake Bailey
2023-09-01 15:26:01 -07:00
committed by GitHub
parent 512d6328e1
commit 0f91f7dff6
16 changed files with 89 additions and 79 deletions

View File

@@ -23,6 +23,7 @@
},
"include": [
"**/*.mjs", "**/*.cjs"
"**/*.mjs",
"**/*.cjs"
]
}