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