Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-preset-lint-consistent

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-preset-lint-consistent - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

7

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

@@ -8,2 +8,3 @@ "license": "MIT",

"remark",
"remark-preset",
"preset",

@@ -15,2 +16,6 @@ "consistent",

"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -17,0 +22,0 @@ "contributors": [

18

readme.md

@@ -48,7 +48,7 @@ <!--This file is generated-->

```diff
...
"remarkConfig": {
+ "plugins": ["preset-lint-consistent"]
}
...
```

@@ -65,4 +65,4 @@

```diff
var remark = require('remark');
var report = require('vfile-reporter');
var remark = require('remark')
var report = require('vfile-reporter')

@@ -72,4 +72,4 @@ remark()

.process('_Emphasis_ and **importance**', function (err, file) {
console.error(report(err || file));
});
console.error(report(err || file))
})
```

@@ -83,4 +83,4 @@

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -114,3 +114,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum.svg

@@ -117,0 +117,0 @@ [chat]: https://spectrum.chat/unified/remark

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc