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

@form8ion/remark-lint-preset

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/remark-lint-preset - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

index.js
exports.plugins = [
require('remark-preset-lint-travi')
require('remark-preset-lint-recommended'),
[require('remark-lint-list-item-indent'), 'space'],
require('remark-lint-no-tabs'),
require('remark-lint-final-definition'),
require('remark-validate-links'),
[require('remark-lint-maximum-line-length'), 80],
[require('remark-lint-ordered-list-marker-value'), 'one'],
require('remark-lint-no-empty-url'),
[require('remark-lint-unordered-list-marker-style'), '*']
];

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"sideEffects": false,

@@ -20,4 +20,6 @@ "publishConfig": {

"test": "npm-run-all --print-label --parallel lint:*",
"lint:js": "eslint . --cache",
"lint:md": "remark --frail .",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"lint:travis": "travis-lint .travis.yml"

@@ -28,2 +30,3 @@ },

"@form8ion/commitlint-config": "1.0.9",
"@form8ion/eslint-config": "1.6.16",
"@travi/any": "^2.0.6",

@@ -38,4 +41,12 @@ "ban-sensitive-files": "^1.9.2",

"dependencies": {
"remark-preset-lint-travi": "1.3.5"
"remark-lint-final-definition": "2.0.0",
"remark-lint-list-item-indent": "2.0.0",
"remark-lint-maximum-line-length": "2.0.0",
"remark-lint-no-empty-url": "2.0.0",
"remark-lint-no-tabs": "2.0.0",
"remark-lint-ordered-list-marker-value": "2.0.0",
"remark-lint-unordered-list-marker-style": "2.0.0",
"remark-preset-lint-recommended": "4.0.0",
"remark-validate-links": "10.0.0"
}
}
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