mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
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"
|
|
]
|
|
}
|