UNPKG

@efficientcss/stylelint-config-ecss

Version:

Linting rules for EfficientCSS

9 lines (6 loc) 195 B
import messages from "./messages.js"; import chosenLang from "./chosenLang.js"; export default function printUrl(keywordId) { const URL = messages[keywordId][chosenLang()].url; return URL; }