Skip to content

Commit

Permalink
Fixed #133
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Jun 26, 2024
1 parent f342697 commit dfceb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
sourceType: 'module',
},
rules: {
'no-fallthrough': 2,
// https://github.com/benmosher/eslint-plugin-import/blob/HEAD/docs/rules/order.md
'import/order': [
'error',
Expand Down
1 change: 1 addition & 0 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ browser.runtime.onMessage.addListener(async (msg: Message, sender) => {
type: Event.SEND_OPTIONS,
data: { ...options, i18nMap },
});
return;
}
case Event.POPUP_ACTIVE: {
if (data === true) {
Expand Down

0 comments on commit dfceb61

Please sign in to comment.