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 8df8ca3 commit c0a46c8Copy full SHA for c0a46c8
package.json
@@ -13,7 +13,7 @@
13
"changeset": "changeset",
14
"check-dependency-version": "check-dependency-version-consistency .",
15
"check-spell": "npx cspell",
16
- "lint": "",
+ "lint": "biome check . --diagnostic-level=warn && pnpm run check-spell",
17
"prebundle": "nx run-many -t prebundle",
18
"prepare": "pnpm run build && simple-git-hooks",
19
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
0 commit comments