Skip to content

Commit d49674e

Browse files
committed
chore: fix lint error
1 parent 80bd68b commit d49674e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env-cmdrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict"
2+
13
module.exports = {
24
version: {
35
IN_VERSION_SCRIPT: "true",
@@ -10,6 +12,7 @@ module.exports = {
1012
},
1113
sveltekit: {
1214
NODE_OPTIONS: `--experimental-loader ./svelte-kit-import-hook.mjs ${
15+
// eslint-disable-next-line no-process-env -- ignore
1316
process.env.NODE_OPTIONS || ""
1417
}`,
1518
},

0 commit comments

Comments
 (0)