We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf836 commit 6d37d72Copy full SHA for 6d37d72
2025/package.json
@@ -11,9 +11,9 @@
11
"astro": "astro",
12
"check": "astro check",
13
"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"
+ "format": "nr prettier:fix",
+ "prettier:check": "prettier --cache --check src",
+ "prettier:fix": "prettier --cache --write src"
17
},
18
"dependencies": {
19
"@astrojs/react": "^4.3.0",
0 commit comments