Skip to content

Commit 9f456a2

Browse files
committed
Disable ts-ignore since Blockly is missing some types
1 parent 43b27cc commit 9f456a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class BlocklyManager implements IBlocklyManager {
7171
}
7272
}
7373

74-
// Dynamically importing the language modules needed for each respective
74+
// Dynamically importing the language modules needed for each respective
7575
// user, in order to change the Blockly language in accordance to the
7676
// JL one.
7777
namespace Private {
@@ -176,6 +176,7 @@ namespace Private {
176176

177177
// Setting the current language in Blockly.
178178
module.then(lang => {
179+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
179180
// @ts-ignore
180181
Blockly.setLocale(lang);
181182
});

0 commit comments

Comments
 (0)