Skip to content

Commit 47ee34f

Browse files
committed
Lint nits
1 parent 3ca3dba commit 47ee34f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
declare const EMPTY_VALUE: '<value>'
2-
export = EMPTY_VALUE
2+
export = EMPTY_VALUE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict'
22

3-
module.exports = '<value>'
3+
module.exports = '<value>'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
declare const pnpmExecPath: string | null
2-
export = pnpmExecPath
2+
export = pnpmExecPath

0 commit comments

Comments
 (0)