chore(tsdocs): cleanup

This commit is contained in:
moklick
2025-02-12 16:31:16 +01:00
parent 0b06491ef9
commit f51f80db41
5 changed files with 3 additions and 54 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
"build": "rollup --config node:@xyflow/rollup-config --environment NODE_ENV:production && npm run css",
"css": "postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/ --dir dist ",
"css-watch": "pnpm css --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"typecheck": "tsc --noEmit"
},
"dependencies": {
+1 -1
View File
@@ -46,7 +46,7 @@
"scripts": {
"dev": "concurrently \"rollup --config node:@xyflow/rollup-config --watch\"",
"build": "rollup --config node:@xyflow/rollup-config --environment NODE_ENV:production",
"lint": "eslint --ext .js,.ts src --fix",
"lint": "eslint --ext .js,.ts src",
"typecheck": "tsc --noEmit"
},
"dependencies": {