UNPKG

eslint-plugin-tailwindcss

Version:
9 lines (6 loc) 280 B
'use strict'; // Copied from https://github.com/yannickcr/eslint-plugin-react/blob/master/lib/util/docsUrl.js function docsUrl(ruleName) { return `https://github.com/francoismassart/eslint-plugin-tailwindcss/tree/master/docs/rules/${ruleName}.md`; } module.exports = docsUrl;