8000 chore: use dprint for markdown files · unjs/unplugin@d6193bf · GitHub
[go: up one dir, main page]

Skip to content

Commit d6193bf

Browse files
committed
chore: use dprint for markdown files
1 parent 0415fb5 commit d6193bf

File tree

3 files changed

+80
-3
lines changed

3 files changed

+80
-3
lines changed

eslint.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
import antfu from '@antfu/eslint-config'
33

44
export default antfu(
5-
{ vue: true },
5+
{
6+
vue: true,
7+
formatters: {
8+
markdown: 'dprint',
9+
},
10+
},
611
{
712
ignores: [
813
'test-out/**',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"esbuild": "^0.25.2",
6161
"esbuild-plugin-copy": "^2.1.1",
6262
"eslint": "^9.23.0",
63+
"eslint-plugin-format": "^1.0.1",
6364
"fast-glob": "^3.3.3",
6465
"fs-extra": "^11.3.0",
6566
"jiti": "^2.4.2",

pnpm-lock.yaml

Lines changed: 73 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0