Skip to content

Commit 35a6adc

Browse files
committed
Update package.json
1 parent 0ef66c7 commit 35a6adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"dev:wiki": "tiddlywiki-plugin-dev dev --write-wiki",
99
"test": "tiddlywiki-plugin-dev test",
1010
"build": "npm run clean && tiddlywiki-plugin-dev build",
11+
"lint": "eslint ./src --ext js,ts,tsx,json",
12+
"lint:fix": "eslint ./src --ext ts,tsx,json --fix",
1113
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
1214
"reset": "rimraf ./**/node_modules",
1315
"clean": "rimraf dist",

0 commit comments

Comments
 (0)