mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-06-30 02:55:30 +02:00
Set up CI with ESLint linter and Mocha test runner (#661)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ const config: Config = {
|
||||
S3_REGION: null,
|
||||
};
|
||||
|
||||
for (let conf in process.env) {
|
||||
for (const conf in process.env) {
|
||||
if ((config as any)[conf] !== undefined) {
|
||||
(config as any)[conf] = process.env[conf];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user