eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
11 lines • 362 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isCommonJSModule = isCommonJSModule;
exports.isESModule = isESModule;
function isCommonJSModule() {
return typeof module !== "undefined" && typeof module.exports !== "undefined";
}
function isESModule() {
return !isCommonJSModule();
}
//# sourceMappingURL=module.js.map