🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2024-01-21 11:32:28 +00:00
committed by noneflow[bot]
parent 16fcd4c639
commit 41b7d5a3a0
3 changed files with 21 additions and 21 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/**/*"],
}