Skip to content

Commit ce38efc

Browse files
authored
fix lint in formatEnv
1 parent 1fb1363 commit ce38efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/formatEnv.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default function (variable) {
2-
if (!variable) return "";
2+
if (!variable) return '';
33

44
return variable.replace(
55
/{{\s*(_.)?([a-zA-Z0-9_]+)\s*}}/g,

0 commit comments

Comments
 (0)