Skip to content

Commit fcee003

Browse files
committed
2 parents 40674bd + 7ff7842 commit fcee003

14 files changed

+6
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
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",
13+
"check": "tsc --noEmit --skipLibCheck",
1114
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
1215
"reset": "rimraf ./**/node_modules",
1316
"clean": "rimraf dist",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

wiki/tiddlers/$__plugins_Gk0Wk_CPL-Repo_config_popup-readme-at-startup.tid renamed to wiki/tiddlers/system/$__plugins_Gk0Wk_CPL-Repo_config_popup-readme-at-startup.tid

File renamed without changes.

0 commit comments

Comments
 (0)