Fix lint-staged config

pull/411/head
MattIPv4 2022-11-21 18:24:51 +00:00
parent 6a4509ff36
commit 4314c7c98f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
"*.{js,vue}": [ "*.{js,vue}": [
"eslint --quiet --cache --fix" "eslint --quiet --cache --fix"
], ],
"*.{scss}": [ "*.scss": [
"stylelint --config node_modules/do-bulma/.stylelintrc.json --fix" "stylelint --config node_modules/do-bulma/.stylelintrc.json --fix"
] ]
}, },