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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user