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

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:17:07 -05:00
parent cf7c387e59
commit 7e1995d86b
4 changed files with 44 additions and 4 deletions

View File

@@ -2,7 +2,9 @@
"name": "flarum/bbcode",
"description": "Allow posts to be formatted with BBCode.",
"type": "flarum-extension",
"keywords": ["formatting"],
"keywords": [
"formatting"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
@@ -31,6 +33,23 @@
"backgroundColor": "#238C59",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": false,
"forum": false,
"js": false,
"jsCommon": false,
"css": false,
"gitConf": true,
"githubActions": false,
"prettier": false,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}