Allow undefined in linter configuration
[e-mobility-charging-stations-simulator.git] / prepare.js
index 6673200f5676a4b008f4f8be48dcbad822fbe9ad..7d7472a7802bc12d0fedc4c9fccc6b9b7554dc8e 100644 (file)
@@ -1,6 +1,4 @@
-// eslint-disable-next-line no-undefined
 const isCi = process.env.CI !== undefined;
-// eslint-disable-next-line no-undefined
 const isCloudFoundry = process.env.VCAP_APPLICATION !== undefined;
 if (!isCloudFoundry && !isCi) {
   // eslint-disable-next-line node/no-unpublished-require