mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔧 chore(config): adjusting stylelint rules (#3117)
This commit is contained in:
parent
006c9c1a55
commit
73b88379e9
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue