@eslint-react/shared
Advanced tools
Comparing version 1.5.17-beta.6 to 1.5.17-beta.7
@@ -188,3 +188,3 @@ 'use strict'; | ||
var getDocsUrl = (pluginName) => (ruleName) => { | ||
if (pluginName === "core") return `${WEBSITE_URL}/rules/${ruleName}`; | ||
if (pluginName === "x") return `${WEBSITE_URL}/rules/${ruleName}`; | ||
return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`; | ||
@@ -191,0 +191,0 @@ }; |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.5.17-beta.6", | ||
"version": "1.5.17-beta.7", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/rel1cx/eslint-react", |
Sorry, the diff of this file is not supported yet
30353