remark-lint-no-file-name-outer-dashes
Advanced tools
Comparing version 2.1.1 to 2.1.2
export default remarkLintNofileNameOuterDashes | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNofileNameOuterDashes: 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-file-name-outer-dashes", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "remark-lint rule to warn when file names contain initial or final dashes", | ||
@@ -43,5 +43,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -48,0 +46,0 @@ "typeCoverage": { |
@@ -57,13 +57,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoFileNameOuterDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-outer-dashes@2?dts' | ||
import remarkLintNoFileNameOuterDashes from 'https://esm.sh/remark-lint-no-file-name-outer-dashes@2' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoFileNameOuterDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-outer-dashes@2?min' | ||
import remarkLintNoFileNameOuterDashes from 'https://esm.sh/remark-lint-no-file-name-outer-dashes@2?bundle' | ||
</script> | ||
@@ -207,3 +207,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -210,0 +210,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
8155
53