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

@ -1,6 +1,6 @@
module.exports = {
'*.{ts,tsx,js,jsx,json}': ['npm run lint-es:file:fix'],
'*.{ts,tsx,js,jsx,json}': ['yarn lint-es:file:fix'],
'*.{vue,ts,css,less,scss,html,htm,md,markdown,yml,yaml}': [
'npm run format:file',
'yarn format:file',
],
};