Add config in stylelint

pull/398/head
Amrit Timalsina 2022-11-11 17:26:47 +05:45
parent 3457519d7c
commit 18b5baf73e
1 changed files with 1 additions and 1 deletions

View File

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