chore: code cleanup (#570)

This commit is contained in:
Michael Kriese 2021-08-23 12:30:09 +02:00 committed by GitHub
parent 6c502fb105
commit 5726cea51f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 51 additions and 55 deletions

View file

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