mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 03:39:23 +00:00
use ts-es-tree-typings, support import-equals
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = new class {
|
||||
if (!matched) {
|
||||
// None of the restrictions matched
|
||||
context.report({
|
||||
node,
|
||||
loc: node.loc,
|
||||
messageId: 'badImport',
|
||||
data: {
|
||||
restrictions: restrictions.join(' or ')
|
||||
|
||||
Reference in New Issue
Block a user