remark-lint-no-file-name-mixed-case
Advanced tools
Comparing version 2.1.1 to 2.1.2
export default remarkLintNofileNameMixedCase | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNofileNameMixedCase: 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-mixed-case", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "remark-lint rule to warn when file names use mixed case", | ||
@@ -42,5 +42,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -47,0 +45,0 @@ "typeCoverage": { |
@@ -57,13 +57,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoFileNameMixedCase from 'https://cdn.skypack.dev/remark-lint-no-file-name-mixed-case@2?dts' | ||
import remarkLintNoFileNameMixedCase from 'https://esm.sh/remark-lint-no-file-name-mixed-case@2' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoFileNameMixedCase from 'https://cdn.skypack.dev/remark-lint-no-file-name-mixed-case@2?min' | ||
import remarkLintNoFileNameMixedCase from 'https://esm.sh/remark-lint-no-file-name-mixed-case@2?bundle' | ||
</script> | ||
@@ -205,3 +205,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -208,0 +208,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
7919
52