Skip to content

Commit f518774

Browse files
committed
chore: tweak format setup
1 parent ca77974 commit f518774

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.prettierignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ playground-report
1111
pnpm-lock.yaml
1212
pnpm-workspace.yaml
1313

14-
LICENSE
14+
LICENSE
15+
16+
*.md
17+
*.mdx
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
packages:
2-
- "packages/**"
2+
- 'packages/**'

packages/theme-doc/rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const extensions = ['.js', '.jsx', '.ts', '.tsx']
99
export default {
1010
input: {
1111
index: 'src/index.tsx',
12-
ssrPlugin: 'src/ssrPlugin.tsx'
12+
ssrPlugin: 'src/ssrPlugin.tsx',
1313
},
1414
output: [
1515
{

0 commit comments

Comments
 (0)