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