Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 9, 2023
1 parent a829944 commit 281cba0
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 1,357 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
@@ -0,0 +1,3 @@
module.exports = {
extends: ["./node_modules/@terwer/eslint-config-custom/index.cjs"],
}
32 changes: 0 additions & 32 deletions .eslintrc.json

This file was deleted.

15 changes: 2 additions & 13 deletions .prettierignore
@@ -1,22 +1,11 @@
# platform
.github
.husky
.settings
.vercel
.vscode

# Ignore artifacts:
build
coverage
dist
extension
node_modules
out

# Ignore all HTML files:
*.html
# Ignore all dts files:
*.d.ts

# lib
*.min.js
*mathjax*
/pnpm-lock.yaml
30 changes: 30 additions & 0 deletions .prettierrc.cjs
@@ -0,0 +1,30 @@
/*
* Copyright (c) 2023, Terwer . All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Terwer designates this
* particular file as subject to the "Classpath" exception as provided
* by Terwer in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com
* or visit www.terwer.space if you need additional information or have any
* questions.
*/

module.exports = {
semi: false,
singleQuote: false,
printWidth: 120,
}
5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions compose-dev.yaml

This file was deleted.

15 changes: 2 additions & 13 deletions package.json
Expand Up @@ -27,28 +27,17 @@
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@terwer/changelog-parser": "^1.1.0",
"@terwer/commit-config-custom": "^1.0.2",
"@types/express": "^4.17.13",
"@terwer/eslint-config-custom": "^1.0.1",
"@types/node": "^16.18.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.45.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vitest/coverage-c8": "^0.29.1",
"@vue/test-utils": "^2.2.4",
"better-docs": "^2.7.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.8.0",
"fs-extra": "^11.1.0",
"happy-dom": "^8.1.0",
"node-localstorage": "^2.2.1",
"prettier": "2.8.4",
"sass": "^1.56.1",
"stylus": "^0.59.0",
"typescript": "^4.9.3",
"typescript": "^5.0.4",
"unplugin-vue-components": "^0.24.0",
"vercel": "^28.7.0",
"vite": "^3.0.0",
Expand Down

0 comments on commit 281cba0

Please sign in to comment.