Update package.json

This commit is contained in:
Kagami Sascha Rosylight 2023-07-31 04:29:32 +02:00
parent 106897560d
commit 64c2b4ea1a
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
"test": "vitest --run", "test": "vitest --run",
"test-and-coverage": "vitest --run --coverage", "test-and-coverage": "vitest --run --coverage",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"", "eslint": "pnpm eslint-full -c .eslintrc-tsnocheck.cjs",
"lint-full": "pnpm typecheck && pnpm eslint", "eslint-full": "eslint --quiet \"src/**/*.{ts,vue}\"",
"lint": "pnpm typecheck && pnpm eslint -c .eslintrc-tsnocheck.cjs" "lint": "pnpm typecheck && pnpm eslint"
}, },
"dependencies": { "dependencies": {
"@discordapp/twemoji": "14.1.2", "@discordapp/twemoji": "14.1.2",