New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-preset-lint-consistent

Package Overview
Dependencies
Maintainers
0
Versions
16
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 6.0.0 to 6.0.1

2

index.d.ts
export default remarkPresetLintConsistent;
export type Preset = import('unified').Preset;
/** @type {Preset} */
declare const remarkPresetLintConsistent: Preset;
import type { Preset } from 'unified';
//# sourceMappingURL=index.d.ts.map

@@ -26,3 +26,3 @@ /**

/**
* @typedef {import('unified').Preset} Preset
* @import {Preset} from 'unified'
*/

@@ -45,2 +45,7 @@

// To do: next major:
// * add `remark-lint-mdx-jsx-quote-style`.
// * add `remark-lint-media-style`
// * add `remark-lint-directive-quote-style`
/** @type {Preset} */

@@ -47,0 +52,0 @@ const remarkPresetLintConsistent = {

{
"name": "remark-preset-lint-consistent",
"version": "6.0.0",
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"license": "MIT",
"keywords": [
"consistency",
"consistent",
"preset",
"remark",
"remark-lint",
"remark-preset"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"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)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {

@@ -49,9 +24,32 @@ "remark-lint": "^10.0.0",

},
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"consistency",
"consistent",
"preset",
"remark",
"remark-lint",
"remark-preset"
],
"license": "MIT",
"name": "remark-preset-lint-consistent",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"type": "module",
"version": "6.0.1",
"xo": {

@@ -58,0 +56,0 @@ "prettier": true,

Sorry, the diff of this file is not supported yet

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