build: use yarn (#566)

This commit is contained in:
Michael Kriese 2021-08-23 11:51:17 +02:00 committed by GitHub
parent d7c9fe4fd7
commit 828b013112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3119 additions and 9772 deletions

View file

@ -7,8 +7,8 @@
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,vue,ts,css,less,scss,html,htm,json,md,markdown,yml,yaml}\"",
"format:file": "prettier --write",
"lint": "concurrently npm:lint-es",
"lint:fix": "concurrently npm:lint-es:fix",
"lint": "run-s lint-es",
"lint:fix": "run-s lint-es:fix",
"lint-es": "eslint --ext .ts,.tsx,.js,.jsx,.json .",
"lint-es:file": "eslint --ext .ts,.tsx,.js,.jsx,.json",
"lint-es:fix": "eslint --ext .ts,.tsx,.js,.jsx,.json --fix .",
@ -42,7 +42,6 @@
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@vercel/ncc": "0.29.1",
"concurrently": "6.2.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-json": "2.1.2",