1.1.1 ⢠Published 9 months ago
@quartzds/retext-preset v1.1.1
@quartzds/retext-preset
Shareable retext preset for Quartz design system packages.
šæ Installation
npm install --save-dev @quartzds/retext-preset
š Usage
import { retext } from 'retext'
import retextPresetQuartz from '@quartzds/retext-preset'
import reporter from 'vfile-reporter'
const file = await retext()
.use(retextPresetQuartz)
.process('This and and that.')
console.error(reporter(file))
Yields:
1:6-1:13 warning Expected `and` once, not twice and retext-repeated-words
ā 1 warning
āļø License
See the LICENSE file for license rights and limitations.
2.0.0-beta.3
9 months ago
2.0.0-beta.2
9 months ago
1.1.1
2 years ago
2.0.0-beta.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.1
2 years ago