Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Handle eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
crcastle committed Oct 16, 2020
1 parent 5cec815 commit e392136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable-next-line global-require */
if (process.env.NODE_ENV !== 'production') require('dotenv').config()

const express = require('express')
Expand Down

0 comments on commit e392136

Please sign in to comment.