mirror of
https://github.com/TeamPGM/Web-Console.git
synced 2024-11-22 07:07:38 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
|
module.exports = {
|
||
|
'*.{js,jsx,vue,ts,tsx}': 'vue-cli-service lint'
|
||
|
}
|