Skip to content

Commit 7552eb6

Browse files
Merge develop into feature/caught-up-card
2 parents d61ad87 + b3b9028 commit 7552eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-process-env */
1+
/* eslint-disable no-process-env,semi,space-infix-ops,block-spacing,object-shorthand,no-unused-vars,one-var */
22
try {
33
var dotenv = require('dotenv')
44
dotenv.config({path: './secrets/.env'});

0 commit comments

Comments
 (0)