mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore: configure ESLint to lint .* configfiles too
This commit is contained in:
parent
3ed9e7d709
commit
9cda1d8f0f
3 changed files with 21 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
'*.{ts,tsx,js,jsx,json}': ['npm run lint-file:fix'],
|
||||
'*.{ts,tsx,js,jsx,json}': ['npm run lint-es:file:fix'],
|
||||
'*.{vue,ts,css,less,scss,html,htm,md,markdown,yml,yaml}': [
|
||||
'npm run format-file:default',
|
||||
'npm run format:file',
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue