Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 17, 2024
1 parent 82d26f1 commit 04b3f46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion ext/js/data/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,6 @@ export class OptionsUtil {
});
});
}

}

/* eslint-enable @typescript-eslint/no-unsafe-assignment */
Expand Down
4 changes: 0 additions & 4 deletions types/ext/settings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import type * as TextScanner from './text-scanner';
import type * as Input from './input';

export type OptionsContextFlag = 'clipboard';
Expand All @@ -28,7 +27,6 @@ export type OptionsContext1 = {
flags?: OptionsContextFlag[];
modifiers?: Input.Modifier[];
modifierKeys?: Input.ModifierKey[];
pointerType?: TextScanner.PointerType;
};

export type OptionsContext2 = {
Expand All @@ -39,7 +37,6 @@ export type OptionsContext2 = {
flags?: OptionsContextFlag[];
modifiers?: Input.Modifier[];
modifierKeys?: Input.ModifierKey[];
pointerType?: TextScanner.PointerType;
};

export type OptionsContext3 = {
Expand All @@ -50,7 +47,6 @@ export type OptionsContext3 = {
flags?: OptionsContextFlag[];
modifiers?: Input.Modifier[];
modifierKeys?: Input.ModifierKey[];
pointerType?: TextScanner.PointerType;
};

export type OptionsContext = OptionsContext1 | OptionsContext2 | OptionsContext3;
Expand Down

0 comments on commit 04b3f46

Please sign in to comment.