module.exports = { 'src/**/*.{vue,ts,tsx,js,html}': ['eslint --fix'], 'src/**/*.{vue,scss,less,html}': ['stylelint --fix'] }