mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports = {
|
|
'*.{js,jsx,vue,ts,tsx}': 'vue-cli-service lint',
|
|
};
|