Commit bddaa365 authored by lipengcheng 's avatar lipengcheng

x

parent 15849613
module.exports = {
'*': 'ls-lint',
// '**/*.{js,vue}': ['yarn format', 'git add .'],
'**/*.{js,vue}': ['prettier --write', 'eslint --fix'],
'**/*.{vue,css,scss}': ['stylelint --fix'],
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment