chore(lint): update ESlint config to run prettier

This commit is contained in:
Jeroen de Bruijn 2020-03-23 14:07:09 +01:00
parent 2bf775c20e
commit 5196b054ea
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
3 changed files with 10 additions and 13 deletions

View file

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