We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef66c7 commit 35a6adcCopy full SHA for 35a6adc
package.json
@@ -8,6 +8,8 @@
8
"dev:wiki": "tiddlywiki-plugin-dev dev --write-wiki",
9
"test": "tiddlywiki-plugin-dev test",
10
"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",
13
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
14
"reset": "rimraf ./**/node_modules",
15
"clean": "rimraf dist",
0 commit comments