Skip to content

Commit

Permalink
Move lint directive after the file-header to fix lint error (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill authored and Robert Holt committed Jul 11, 2018
1 parent ef65989 commit 2050d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// tslint:disable no-var-requires
/*---------------------------------------------------------
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/
// tslint:disable no-var-requires

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

Expand Down

0 comments on commit 2050d84

Please sign in to comment.