Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Allow undefined in linter configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
Jérôme Benoit committed Mar 9, 2022
1 parent 2aa2a8d commit ef2d006
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"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",
Expand Down
2 changes: 0 additions & 2 deletions prepare.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef2d006

Please sign in to comment.