UNPKG

eslint-plugin-sitecore-jss

Version:

An ESLint plugin to enforce correct usage of Sitecore JSS components

10 lines (7 loc) 188 B
const DEBUG = false; // Set to `true` to enable logging function log(...args) { if (DEBUG) { console.log("🔍 [ESLint Debug]:", ...args); } } module.exports = { log };