Skip to content

Commit b231e59

Browse files
authored
fix: multiple blockly instances (#2375)
* fix: multiple blockly instances * chore: fix final bad import from shadow_block_converter * chore: remove paths resolution from tsconfigs * fix: lint. Don't use babel
1 parent d79cb88 commit b231e59

99 files changed

Lines changed: 813 additions & 26534 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

eslint.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
const jsdoc = require('eslint-plugin-jsdoc');
88
const js = require('@eslint/js');
99
const {FlatCompat} = require('@eslint/eslintrc');
10-
const babelParser = require('@babel/eslint-parser');
1110
const globals = require('globals');
1211
const tsParser = require('@typescript-eslint/parser');
1312
const typescript = require('@typescript-eslint/eslint-plugin');
@@ -63,12 +62,6 @@ module.exports = [
6362
Blockly: true,
6463
goog: true,
6564
},
66-
parser: babelParser,
67-
parserOptions: {
68-
ecmaVersion: 6,
69-
sourceType: 'module',
70-
requireConfigFile: false,
71-
},
7265
},
7366

7467
linterOptions: {

0 commit comments

Comments
 (0)