5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
{
|
||
|
"*.{js,jsx,vue}": [
|
||
|
"npm run lint -- --fix"
|
||
|
]
|
||
|
}
|