1
0
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:
Alexander Skvortsov
2022-01-20 03:19:22 -05:00
parent ac8f9cbbf8
commit 5bb0d6cb43
5 changed files with 7 additions and 1 deletions

View File

@ -16,5 +16,6 @@ jobs:
frontend_directory: ./js
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

View File

@ -123,7 +123,11 @@
"typescript": true,
"bundlewatch": true,
"editorConfig": true,
"styleci": true
"styleci": true,
"admin": true,
"forum": true,
"jsCommon": true,
"css": true
}
}
},

View File

@ -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.