We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327559 commit 39832efCopy full SHA for 39832ef
package.json
@@ -20,8 +20,8 @@
20
"start:worker:dev": "nest start worker --watch",
21
"start:worker:debug": "nest start worker --debug --watch",
22
"start:worker:prod": "node dist/apps/tldraw-worker.app.js",
23
- "lint": "eslint \"src/**/*.ts\" ",
24
- "lint:fix": "eslint \"src/**/*.ts\" --fix",
+ "lint": "eslint src/",
+ "lint:fix": "eslint src/ --fix",
25
"test": "jest",
26
"test:watch": "jest --watch",
27
"test:cov": "jest --coverage",
@@ -88,4 +88,4 @@
88
"ws": "^8.19.0",
89
"y-websocket": "^3.0.0"
90
}
91
-}
+}
0 commit comments