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