Add stylelint calls

pull/398/head
Amrit Timalsina 2022-10-15 13:37:31 +05:45
parent d2283b02f0
commit 8aec5bde5c
1 changed files with 3 additions and 0 deletions

View File

@ -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": {