UNPKG

eslint-plugin-better-tailwindcss

Version:

auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.

5 lines 194 B
import { getCachedRegex } from "./regex.js"; export function escapeForRegex(word) { return word.replace(getCachedRegex(/[$()*+./?[\\\]^{|}-]/g), "\\$&"); } //# sourceMappingURL=escape.js.map