mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fix eslint not linting our custom eslint rules
This commit is contained in:
@@ -51,7 +51,7 @@ export = new class ApiProviderNaming implements eslint.Rule.RuleModule {
|
||||
node,
|
||||
messageId: 'amdX'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
['ImportExpression Literal']: checkImport,
|
||||
|
||||
Reference in New Issue
Block a user