1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-27 15:51:21 -05:00
parent 73975799c9
commit 2a31ea1c15
5 changed files with 11 additions and 4 deletions

View File

@@ -40,6 +40,9 @@
}
},
"flarum-cli": {
"excludeScaffolding": [
"js/src/admin/index.ts"
],
"modules": {
"admin": true,
"forum": false,
@@ -49,7 +52,7 @@
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"typescript": true,
"bundlewatch": false,
"backendTesting": true,
"editorConfig": true,