remark-preset-lint-consistent
Advanced tools
Comparing version 6.0.0 to 6.0.1
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
11885
68