-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following updates each include major breaking changes, which are exposed to user and to plugins. * **vfile**: <https://github.com/wooorm/vfile/releases/tag/2.0.0> * **load-plugin**: <https://github.com/wooorm/load-plugin/releases/tag/2.0.0> * **unified**: <https://github.com/wooorm/unified/releases/tag/5.0.0> * **vfile-reporter**: <https://github.com/wooorm/vfile-reporter/releases/tag/3.0.0> It’s now possible to load configuration files from `node_modules`. This works similar to how babel presets work (instead of ESLint’s shareable configuration files). * It’s now possible to pass in YAML, JS, or `package.json` configuration files to `rcPath`; * Plugins are now loaded from the directory of the configuration file as well; * Files are now ignored relative to the ignore file; Closes remarkjs/remark#183. Related to remarkjs/remark-lint#81.
- Loading branch information
Showing
80 changed files
with
856 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.