Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make reset option true by default #81

Closed
sindresorhus opened this issue Aug 1, 2016 · 2 comments
Closed

Make reset option true by default #81

sindresorhus opened this issue Aug 1, 2016 · 2 comments
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 🧑 semver/major This is a change 🦋 type/enhancement This is great to have

Comments

@sindresorhus
Copy link

Learn from ESLint. They started out with defaults and a lot later realized that it's much better having everything off by default. Users config become so much more clearer when you can read what rules it uses, instead of what it doesn't.

@wooorm
Copy link
Member

wooorm commented Aug 1, 2016

Yes, seems like a very good idea! This’ll probably be implemented once remarkjs/remark#183 lands.

@wooorm
Copy link
Member

wooorm commented Aug 16, 2016

Getting pretty close (by adding presets)! Somewhere this/next week?!

wooorm added a commit to unifiedjs/unified-engine that referenced this issue Aug 21, 2016
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.
@wooorm wooorm closed this as completed in f5c1227 Aug 22, 2016
@wooorm wooorm added ⛵️ status/released 🗄 area/interface This affects the public interface 🦋 type/enhancement This is great to have labels Aug 15, 2019
@wooorm wooorm added the 💪 phase/solved Post is done label Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 🧑 semver/major This is a change 🦋 type/enhancement This is great to have
Development

No branches or pull requests

2 participants