Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js

'use strict';

function docsUrl(ruleName) {
  return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`;
}

module.exports = docsUrl;
Back to Directory File Manager