mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 00:06:54 +00:00
chore: fix invalid lintstaged configuration (#102)
This commit is contained in:
parent
657daf298c
commit
dbaa380ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
'*.{ts,tsx,vue,css,less,scss,html,htm,md,markdown}': 'prettier --write',
|
||||
'*.{json,yml,yaml}': ['prettier --write', () => 'npm run test'],
|
||||
'*.{js,jsx}': ['eslint --fix', () => 'npm run test']],
|
||||
'*.{js,jsx}': ['eslint --fix', () => 'npm run test'],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue