We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb1363 commit ce38efcCopy full SHA for ce38efc
src/lib/formatEnv.js
@@ -1,5 +1,5 @@
1
export default function (variable) {
2
- if (!variable) return "";
+ if (!variable) return '';
3
4
return variable.replace(
5
/{{\s*(_.)?([a-zA-Z0-9_]+)\s*}}/g,
0 commit comments