mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
chore(lint): update ESlint config to run prettier
This commit is contained in:
parent
2bf775c20e
commit
5196b054ea
3 changed files with 10 additions and 13 deletions
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue