9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"*.{js,vue}": [
|
|
"prettier --write",
|
|
"eslint --quiet --cache --fix"
|
|
],
|
|
"*.scss": [
|
|
"stylelint --config node_modules/do-bulma/.stylelintrc.json --fix"
|
|
]
|
|
}
|