We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d61ad87 + b3b9028 commit 7552eb6Copy full SHA for 7552eb6
gulpfile.js
@@ -1,4 +1,4 @@
1
-/* eslint-disable no-process-env */
+/* eslint-disable no-process-env,semi,space-infix-ops,block-spacing,object-shorthand,no-unused-vars,one-var */
2
try {
3
var dotenv = require('dotenv')
4
dotenv.config({path: './secrets/.env'});
0 commit comments