Skip to content
Snippets Groups Projects
Commit 64c2b4ea authored by Kagami Sascha Rosylight's avatar Kagami Sascha Rosylight
Browse files

Update package.json

parent 10689756
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@
"test": "vitest --run",
"test-and-coverage": "vitest --run --coverage",
"typecheck": "vue-tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"",
"lint-full": "pnpm typecheck && pnpm eslint",
"lint": "pnpm typecheck && pnpm eslint -c .eslintrc-tsnocheck.cjs"
"eslint": "pnpm eslint-full -c .eslintrc-tsnocheck.cjs",
"eslint-full": "eslint --quiet \"src/**/*.{ts,vue}\"",
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"@discordapp/twemoji": "14.1.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment