Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up
remark
dependencies and support only ESM (#6)
[`remark@14`](https://github.com/remarkjs/remark/releases/tag/14.0.0) has been supported only ESM. So, this package needs to become ESM to bump up `remark` dependencies. Here are the installation commands: ```shell npm install \ remark-cli@latest \ remark-frontmatter@latest \ remark-preset-lint-recommended@latest \ remark-preset-prettier@latest \ remark-validate-links@latest npm install 'github:stylelint/eslint-config-stylelint#esm' ``` Note that this change needs the ESLint configuration for ESM.
- Loading branch information