Skip to content

Commit 8300438

Browse files
committed
suppress lint
1 parent a074bd9 commit 8300438

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/kpm.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* of patent rights can be found in the PATENTS file in the same directory.
1010
*/
1111

12+
/* eslint-disable no-var */
13+
1214
var semver = require("semver");
1315
var ver = process.versions.node;
1416

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99

10+
/* eslint-disable no-var */
11+
1012
var semver = require("semver");
1113
var ver = process.versions.node;
1214

0 commit comments

Comments
 (0)