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