Socket
Socket
Sign inDemoInstall

remark-preset-github

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-preset-github - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

index.js

@@ -1,2 +0,1 @@

const unified = require('unified');

@@ -19,3 +18,6 @@ const english = require('retext-english');

[require('remark-lint-blockquote-indentation'), 2],
[require('remark-lint-checkbox-character-style'), {checked: 'x', unchecked: ' '}],
[
require('remark-lint-checkbox-character-style'),
{checked: 'x', unchecked: ' '}
],
require('remark-lint-checkbox-content-indent'),

@@ -62,4 +64,3 @@ [require('remark-lint-code-block-style'), 'fenced'],

require('remark-license'),
require('remark-contributors'),
require('remark-usage')
require('remark-contributors')
];
{
"name": "remark-preset-github",
"description": "GitHub markdown and prose style",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nick Baugh <niftylettuce@gmail.com>",

@@ -57,3 +57,2 @@ "bugs": "https://github.com/niftylettuce/remark-preset-github/issues",

"remark-toc": "^4.0.0",
"remark-usage": "^6.0.0",
"remark-validate-links": "^6.0.0",

@@ -60,0 +59,0 @@ "retext-english": "^3.0.0",

@@ -44,3 +44,2 @@ # remark-preset-github

* Adds a [license section][remark-license]
* Adds a [usage section][remark-usage]
* Adds a [contributors section][remark-contributors]

@@ -66,3 +65,3 @@ * Extends [`remark-preset-lint-recommended`][lint-recommended],

* Checks ["indefinite articles"][articles]: "a" or "an"
* Checks [quotes and apostrophes][quotes] (`&lquot;&rquot;` > `""`)
* Checks [quotes and apostrophes][quotes] (<code>&ldquo;&rdquo;</code> > `""`)
* Checks accidental [repeated words][repeated]

@@ -79,3 +78,3 @@ * Checks [diacritics][]

##
##

@@ -94,3 +93,3 @@ [npm-install]: https://docs.npmjs.com/cli/install

[retext-preset]: https://github.com/wooorm/retext-preset-wooorm
[retext-preset]: https://github.com/niftylettuce/retext-preset-github

@@ -117,4 +116,2 @@ [english]: https://github.com/wooorm/retext/tree/master/packages/retext-english

[remark-usage]: https://github.com/wooorm/remark-usage
[remark-contributors]: https://github.com/hughsk/remark-contributors
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