Skip to content

Commit

Permalink
chore: fl-dev audit infra --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Jan 20, 2022
1 parent e304cf7 commit beae75d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:

frontend_directory: ./js
main_git_branch: master

secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@
"typescript": true,
"bundlewatch": true,
"editorConfig": true,
"styleci": true
"styleci": true,
"admin": true,
"forum": true,
"jsCommon": true,
"css": true
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions js/src/common/index.js → js/src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit beae75d

Please sign in to comment.