mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 17:16:42 +08:00
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"*.{js,vue}": [
|
|
"prettier --write",
|
|
"eslint --quiet --cache --fix"
|
|
],
|
|
"*.scss": [
|
|
"stylelint --config node_modules/do-bulma/.stylelintrc.json --fix"
|
|
]
|
|
}
|