remark-lint-no-shell-dollars
Advanced tools
Comparing version 3.1.1 to 3.1.2
export default remarkLintNoShellDollars | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoShellDollars: import('unified').Plugin< | ||
| void[] | ||
| [unknown] | ||
| [ | ||
( | ||
| boolean | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
unknown | ||
], | ||
void[] | [unknown], | ||
import('mdast').Root, | ||
import('mdast').Root | ||
> |
{ | ||
"name": "remark-lint-no-shell-dollars", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "remark-lint rule to warn when shell code is prefixed by dollars", | ||
@@ -43,5 +43,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -48,0 +46,0 @@ "typeCoverage": { |
@@ -58,13 +58,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoShellDollars from 'https://cdn.skypack.dev/remark-lint-no-shell-dollars@3?dts' | ||
import remarkLintNoShellDollars from 'https://esm.sh/remark-lint-no-shell-dollars@3' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoShellDollars from 'https://cdn.skypack.dev/remark-lint-no-shell-dollars@3?min' | ||
import remarkLintNoShellDollars from 'https://esm.sh/remark-lint-no-shell-dollars@3?bundle' | ||
</script> | ||
@@ -252,3 +252,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -255,0 +255,0 @@ [npm]: https://docs.npmjs.com/cli/install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10152
128