Skip to content

Commit ca9ff07

Browse files
authored
Re-enable running our eslint rules using ts-node (microsoft#159495)
Resubmission of microsoft#157532 with the following changes: - Use `eslint-plugin-local` instead of `yarn` link to run our plugins - Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`) - Update all names to `local/`
1 parent 71aa434 commit ca9ff07

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 code-no-standalone-editor
6+
// eslint-disable-next-line local/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)