fix: code cleanup

This commit is contained in:
Peng Xiao
2022-09-28 11:00:57 +08:00
parent 4520399ddf
commit 4d3decd218
14 changed files with 92 additions and 3662 deletions

View File

@@ -12,8 +12,7 @@
"dev:core": "npm run build:core -- --mode development --watch",
"build": "tsc && rm dist/*.js && npm run build:user",
"lint": "prettier --check \"src/**/*.{ts, js}\"",
"fix": "prettier --write \"src/**/*.{ts, js}\"",
"build:docs": "typedoc --plugin typedoc-plugin-lsp-docs src/LSPlugin.user.ts"
"fix": "prettier --write \"src/**/*.{ts, js}\""
},
"dependencies": {
"csstype": "3.1.0",
@@ -33,8 +32,6 @@
"prettier-config-standard": "^5.0.0",
"ts-loader": "9.3.0",
"typescript": "4.7.3",
"typedoc": "^0.22.15",
"typedoc-plugin-lsp-docs": "*",
"webpack": "5.73.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.2"