UNPKG

eslint-plugin-sitecore-jss

Version:

An ESLint plugin to enforce correct usage of Sitecore JSS components

10 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const DEBUG = false; // Set to `true` to enable logging function log(...args) { if (DEBUG) { console.log("🔍 [ESLint Debug]:", ...args); } } exports.default = { log }; //# sourceMappingURL=logging.js.map