Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
     "eqeqeq": ["error", "always"],
     "no-else-return": "error",
     "no-eq-null": "error",
-    "no-undefined": "error",
     "no-extra-bind": "error",
     "no-lone-blocks": "error",
     "no-multi-spaces": "error",
 
-// 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