Skip to content

Commit 7201066

Browse files
authored
Move lint directive after the file-header to fix lint error (#1402)
1 parent 0c7c1bd commit 7201066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// tslint:disable no-var-requires
21
/*---------------------------------------------------------
3-
* Copyright (C) Microsoft Corporation. All rights reserved.
4-
*--------------------------------------------------------*/
2+
* Copyright (C) Microsoft Corporation. All rights reserved.
3+
*--------------------------------------------------------*/
4+
// tslint:disable no-var-requires
55

66
let testRunner = require("vscode/lib/testrunner");
77

0 commit comments

Comments
 (0)