Add stylelint calls
parent
d2283b02f0
commit
8aec5bde5c
|
@ -95,6 +95,9 @@
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,vue}": [
|
"*.{js,vue}": [
|
||||||
"eslint --quiet --cache --fix"
|
"eslint --quiet --cache --fix"
|
||||||
|
],
|
||||||
|
"*.{scss}": [
|
||||||
|
"stylelint --fix"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
Loading…
Reference in New Issue