Fix lint-staged config
parent
6a4509ff36
commit
4314c7c98f
|
@ -96,7 +96,7 @@
|
|||
"*.{js,vue}": [
|
||||
"eslint --quiet --cache --fix"
|
||||
],
|
||||
"*.{scss}": [
|
||||
"*.scss": [
|
||||
"stylelint --config node_modules/do-bulma/.stylelintrc.json --fix"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue