Socket
Socket
Sign inDemoInstall

remark-preset-lint-consistent

Package Overview
Dependencies
79
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

6

package.json
{
"name": "remark-preset-lint-consistent",
"version": "5.1.1",
"version": "5.1.2",
"description": "remark preset to configure remark-lint with rules that enforce consistency",

@@ -52,5 +52,3 @@ "license": "MIT",

},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"scripts": {},
"xo": false,

@@ -57,0 +55,0 @@ "typeCoverage": {

@@ -66,13 +66,13 @@ <!--This file is generated-->

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkPresetLintConsistent from 'https://cdn.skypack.dev/remark-preset-lint-consistent@5?dts'
import remarkPresetLintConsistent from 'https://esm.sh/remark-preset-lint-consistent@5'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkPresetLintConsistent from 'https://cdn.skypack.dev/remark-preset-lint-consistent@5?min'
import remarkPresetLintConsistent from 'https://esm.sh/remark-preset-lint-consistent@5?bundle'
</script>

@@ -189,3 +189,3 @@ ```

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -192,0 +192,0 @@ [npm]: https://docs.npmjs.com/cli/install

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc