remark-lint-no-heading-indent
Advanced tools
Comparing version 4.1.1 to 4.1.2
export default remarkLintNoHeadingIndent | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoHeadingIndent: 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-heading-indent", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "remark-lint rule to warn when headings are indented", | ||
@@ -45,5 +45,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -50,0 +48,0 @@ "typeCoverage": { |
@@ -54,13 +54,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoHeadingIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-indent@4?dts' | ||
import remarkLintNoHeadingIndent from 'https://esm.sh/remark-lint-no-heading-indent@4' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoHeadingIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-indent@4?min' | ||
import remarkLintNoHeadingIndent from 'https://esm.sh/remark-lint-no-heading-indent@4?bundle' | ||
</script> | ||
@@ -253,3 +253,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -256,0 +256,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
10156
114