Skip to content

Commit 6d37d72

Browse files
committed
chore: update
1 parent 8fcf836 commit 6d37d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2025/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro",
1212
"check": "astro check",
1313
"lint": "eslint --cache .",
14-
"format": "nr lint --fix",
15-
"prettier:check": "prettier --cache --check --plugin-search-dir=. src",
16-
"prettier:fix": "prettier --cache --write --plugin-search-dir=. src"
14+
"format": "nr prettier:fix",
15+
"prettier:check": "prettier --cache --check src",
16+
"prettier:fix": "prettier --cache --write src"
1717
},
1818
"dependencies": {
1919
"@astrojs/react": "^4.3.0",

0 commit comments

Comments
 (0)