tiny-engine/lint-staged.config.js

5 lines
124 B
JavaScript
Raw Normal View History

module.exports = {
'./src/**/**.{js,vue,jsx}': 'eslint',
'./src/**/**.{vue,js,ts,html,json,less}': 'prettier --write'
}