mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
use ts-es-tree-typings, support import-equals
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = new class NoNlsInStandaloneEditorRule {
|
||||
|| /vs(\/|\\)editor(\/|\\)editor.main/.test(path)
|
||||
|| /vs(\/|\\)editor(\/|\\)editor.worker/.test(path)) {
|
||||
context.report({
|
||||
node,
|
||||
loc: node.loc,
|
||||
messageId: 'badImport'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user