@foray1010/remark-preset
v11.0.0
Published
1. `yarn add -DE @foray1010/remark-preset remark-cli`
Readme
@foray1010/remark-preset
Installation
yarn add -DE @foray1010/remark-preset remark-cliCreate an
.remarkrc.mjsin the project rootconst config = { plugins: ['@foray1010/remark-preset'], } export default configUse default remarkignore via npm script
{ "scripts": { "remark": "remark --ignore-path=node_modules/@foray1010/remark-preset/remarkignore --ignore-path-resolve-from=cwd --silently-ignore" } }then use
npm run remarkoryarn remarkto replaceremark
