1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 21:34:08 +02:00

Apply flarum-cli audit fix (#3248)

This commit is contained in:
Alexander Skvortsov
2022-01-03 16:57:09 -05:00
committed by GitHub
parent 22f8c44b4d
commit bf23f32a92
11 changed files with 101 additions and 313 deletions

View File

@@ -109,8 +109,21 @@
"dev-master": "1.x-dev"
},
"flarum-cli": {
"excludeScaffolding": [
"LICENSE.md",
"js/tsconfig.json",
"js/webpack.config.js"
],
"modules": {
"backendTesting": true
"backendTesting": true,
"js": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": true,
"editorConfig": true,
"styleci": true
}
}
},