Build(deps-dev): bump eslint-config-standard-jsx from 6.0.2 to 8.1.0 (#3943)
* Build(deps-dev): bump eslint-config-standard-jsx from 6.0.2 to 8.1.0 Bumps [eslint-config-standard-jsx](https://github.com/standard/eslint-config-standard-jsx) from 6.0.2 to 8.1.0. - [Release notes](https://github.com/standard/eslint-config-standard-jsx/releases) - [Commits](https://github.com/standard/eslint-config-standard-jsx/compare/v6.0.2...v8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Clean lint; add rel="noopener noreferrer" Ref https://mathiasbynens.github.io/rel-noopener
This commit is contained in:
committed by
repo-ranger[bot]
parent
7a80bab640
commit
0cdf1d376e
@@ -242,7 +242,7 @@ export default function Usage({ baseUrl }: { baseUrl: string }) {
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Create badges from <Link to={'/endpoint'}>your own JSON endpoint</Link>.
|
||||
Create badges from <Link to="/endpoint">your own JSON endpoint</Link>.
|
||||
</p>
|
||||
|
||||
<H3 id="dynamic-badge">Dynamic</H3>
|
||||
@@ -255,7 +255,8 @@ export default function Usage({ baseUrl }: { baseUrl: string }) {
|
||||
/badge/dynamic/json?url=<URL>&label=<LABEL>&query=<
|
||||
<a
|
||||
href="https://jsonpath.com"
|
||||
target="_BLANK"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
title="JSONPath syntax"
|
||||
>
|
||||
$.DATA.SUBDATA
|
||||
@@ -267,7 +268,12 @@ export default function Usage({ baseUrl }: { baseUrl: string }) {
|
||||
<StyledCode>
|
||||
{baseUrl}
|
||||
/badge/dynamic/xml?url=<URL>&label=<LABEL>&query=<
|
||||
<a href="http://xpather.com" target="_BLANK" title="XPath syntax">
|
||||
<a
|
||||
href="http://xpather.com"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
title="XPath syntax"
|
||||
>
|
||||
//data/subdata
|
||||
</a>
|
||||
>&color=<COLOR>&prefix=<PREFIX>&suffix=<SUFFIX>
|
||||
@@ -279,7 +285,8 @@ export default function Usage({ baseUrl }: { baseUrl: string }) {
|
||||
/badge/dynamic/yaml?url=<URL>&label=<LABEL>&query=<
|
||||
<a
|
||||
href="https://jsonpath.com"
|
||||
target="_BLANK"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
title="YAML (JSONPath) syntax"
|
||||
>
|
||||
$.DATA.SUBDATA
|
||||
@@ -321,7 +328,11 @@ export default function Usage({ baseUrl }: { baseUrl: string }) {
|
||||
documentation={
|
||||
<span>
|
||||
Insert one of the named logos from ({<NamedLogos />}) or{' '}
|
||||
<a href="https://simpleicons.org/" target="_BLANK">
|
||||
<a
|
||||
href="https://simpleicons.org/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
simple-icons
|
||||
</a>
|
||||
. Simple-icons are referenced using names as they appear on the
|
||||
|
||||
Reference in New Issue
Block a user