0.2.0 • Published 2 years ago
@aiou/remark-config v0.2.0
remark-config
usage
create <root>/.remarkrc.mjs
import preset from '@aiou/remark-config'
const config = {
plugins: [preset]
}
export default configlint script
require
remark-cli
add lint:md script in package.json
{
"scripts": {
"lint:md": "remark ."
}
}lint-staged
create .lintstagedrc.mjs
export default {
// Lint Markdown files with remark
'**/**/*.md': filenames => [
`remark ${filenames.join(' ')} -o`,
],
}install
pnpm i @aiou/remark-configdevelopment
- Setup -
pnpm i - Build -
pnpm build
built with ❤️ by 😼