We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4958492 commit 7ac1e15Copy full SHA for 7ac1e15
1 file changed
package.json
@@ -12,7 +12,10 @@
12
"build:bun": "bun --bun next build --webpack",
13
"start:bun": "bun ./.next/standalone/server.js",
14
"cli:pack": "npm --prefix cli run pack:cli",
15
- "cli:publish": "npm --prefix cli run publish:cli"
+ "cli:publish": "npm --prefix cli run publish:cli",
16
+ "lint:undef": "node scripts/lint-undef.cjs",
17
+ "lint:reacthooks": "node scripts/lint-reacthooks.cjs",
18
+ "lint": "eslint . --no-warn-ignored"
19
},
20
"dependencies": {
21
"@dnd-kit/core": "^6.3.1",
0 commit comments