4 lines
65 B
JSON
4 lines
65 B
JSON
{
|
|
"*.js": "eslint --fix",
|
|
"*.{css,less}": "stylelint --fix"
|
|
} |