提交 dc333833 编写于 作者: B Benjamin Pasero

eslint - fix linting issues

上级 3c4a261d
......@@ -57,7 +57,7 @@ export async function testCompletionFor(value: string, expected: { count?: numbe
let document = TextDocument.create(uri, 'html', 0, value);
let position = document.positionAt(offset);
const context = getDocumentContext(uri, workspace.folders)
const context = getDocumentContext(uri, workspace.folders);
const languageModes = getLanguageModes({ css: true, javascript: true }, workspace, ClientCapabilities.LATEST, getNodeFSRequestService());
const mode = languageModes.getModeAtPosition(document, position)!;
......
......@@ -78,7 +78,7 @@ function withNodeDefaults(/**@type WebpackConfig*/extConfig) {
};
return merge(defaultConfig, extConfig);
};
}
function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
......@@ -135,7 +135,7 @@ function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
};
return merge(defaultConfig, extConfig);
};
}
module.exports = withNodeDefaults;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册