remark-lint-final-definition
Advanced tools
Comparing version 3.1.1 to 3.1.2
export default remarkLintFinalDefinition | ||
export type Root = import('mdast').Root | ||
declare const remarkLintFinalDefinition: 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-final-definition", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "remark-lint rule to warn when definitions are not placed at the end of the file", | ||
@@ -45,5 +45,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -50,0 +48,0 @@ "typeCoverage": { |
@@ -59,13 +59,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?dts' | ||
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?min' | ||
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3?bundle' | ||
</script> | ||
@@ -243,3 +243,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -246,0 +246,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
9874
107