Skip to content

Commit 39832ef

Browse files
committed
BC-11368 - Fix lint script paths for consistency
1 parent 1327559 commit 39832ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"start:worker:dev": "nest start worker --watch",
2121
"start:worker:debug": "nest start worker --debug --watch",
2222
"start:worker:prod": "node dist/apps/tldraw-worker.app.js",
23-
"lint": "eslint \"src/**/*.ts\" ",
24-
"lint:fix": "eslint \"src/**/*.ts\" --fix",
23+
"lint": "eslint src/",
24+
"lint:fix": "eslint src/ --fix",
2525
"test": "jest",
2626
"test:watch": "jest --watch",
2727
"test:cov": "jest --coverage",
@@ -88,4 +88,4 @@
8888
"ws": "^8.19.0",
8989
"y-websocket": "^3.0.0"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)