We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c39109 commit 7443be5Copy full SHA for 7443be5
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"docs": "node scripts/clean-site-files.js && node scripts/copy-site-files.js && mkdocs serve",
30
"format": "biome format .",
31
"format:fix": "biome format . --fix",
32
- "lint": "",
+ "lint": "biome check .",
33
"lint:fix": "biome check . --fix",
34
"lint:summary": "biome check --reporter=summary",
35
"prepare": "",
0 commit comments