👷 CI: 更新 prettier 配置 (#2546)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
StarHeart
2024-01-24 15:24:21 +08:00
committed by GitHub
parent 18e9a9afd3
commit 626cfa474f
3 changed files with 30 additions and 18 deletions

View File

@ -38,8 +38,8 @@
/* Use tslib */
"importHelpers": true,
"noEmitHelpers": true,
"noEmitHelpers": true
},
"include": ["./**/.eslintrc.js", "./**/.stylelintrc.js"],
"exclude": ["node_modules", "**/lib/**/*"],
"exclude": ["node_modules", "**/lib/**/*"]
}