🔧 chore(config): adjusting stylelint rules (#3117)

This commit is contained in:
Rubu Jam 2024-07-02 13:56:37 +08:00 committed by GitHub
parent 006c9c1a55
commit 73b88379e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,11 @@
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx,mjs,cjs}": [
"*.{mjs,cjs}": [
"prettier --write",
"eslint --fix"
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"