mirror of
https://github.com/flarum/core.git
synced 2025-07-09 19:06:23 +02:00
chore: fl-dev audit infra --fix
This commit is contained in:
@ -16,5 +16,6 @@ jobs:
|
||||
|
||||
frontend_directory: ./js
|
||||
main_git_branch: master
|
||||
|
||||
secrets:
|
||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
@ -123,7 +123,11 @@
|
||||
"typescript": true,
|
||||
"bundlewatch": true,
|
||||
"editorConfig": true,
|
||||
"styleci": true
|
||||
"styleci": true,
|
||||
"admin": true,
|
||||
"forum": true,
|
||||
"jsCommon": true,
|
||||
"css": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -30,6 +30,7 @@ import './utils/arrayFlatPolyfill';
|
||||
const tooltipGen = $.fn.tooltip;
|
||||
|
||||
// Remove in a future version of Flarum.
|
||||
// @ts-ignore
|
||||
$.fn.tooltip = function (options, caller) {
|
||||
// Show a warning when `$.tooltip` is used outside of the Tooltip component.
|
||||
// This functionality is deprecated and should not be used.
|
Reference in New Issue
Block a user