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 9448663 commit bc547d4Copy full SHA for bc547d4
2025/package.json
@@ -11,7 +11,8 @@
11
"astro": "astro",
12
"check": "astro check",
13
"lint": "eslint --cache .",
14
- "format": "nr prettier:fix",
+ "lint:fix": "nr lint --fix",
15
+ "format": "nr prettier:fix && nr lint:fix",
16
"prettier:check": "prettier --cache --check src",
17
"prettier:fix": "prettier --cache --write src"
18
},
0 commit comments