Skip to content

Commit 71aa434

Browse files
authored
Fix ts-node for eslint (microsoft#159483)
Bumps the cachesalt to make sure ts-node is installed
1 parent 0b172c0 commit 71aa434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monaco/esm-check/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
// eslint-disable-next-line @vscode/code-no-standalone-editor
6+
// eslint-disable-next-line code-no-standalone-editor
77
import * as monaco from './out/vs/editor/editor.main.js';
88

99
monaco.editor.create(document.getElementById('container'), {

0 commit comments

Comments
 (0)