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

Add support for external rules #15

Merged
merged 1 commit into from
Jun 13, 2015
Merged

Add support for external rules #15

merged 1 commit into from
Jun 13, 2015

Conversation

wooorm
Copy link
Member

@wooorm wooorm commented Jun 12, 2015

  • Add example rule, and rule object file, to
    test/external;
  • Add fixtures for external tests;
  • Move mdast.js, mdast.min.js to mdast-lint.js,
    mdast-lint.min.js;
  • Add docs for external rules.

Closes GH-14.

@wooorm
Copy link
Member Author

wooorm commented Jun 12, 2015

@zcei What do you think?

* - `$cwd/node_modules/$pathlike`;
* - `$pathlike`.
*
* Where `$package` is an ancestral package directory and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean $pathlike here, or more likely $package the lines above, right?

@zcei
Copy link
Contributor

zcei commented Jun 12, 2015

That's a pretty nice PR! 👍
Awesome, that you've tackled it so fast 🚀

*   Add example rule, and rule object file, to
    `test/external`;
*   Add fixtures for external tests;
*   Move `mdast.js`, `mdast.min.js` to `mdast-lint.js`,
    `mdast-lint.min.js`;
*   Add docs for external rules.

Closes GH-14.
@wooorm wooorm force-pushed the feature/external-rules branch from 457a17c to 5162a09 Compare June 13, 2015 10:08
@wooorm wooorm merged commit 5162a09 into master Jun 13, 2015
@wooorm wooorm deleted the feature/external-rules branch June 13, 2015 10:09
@wooorm wooorm added ⛵️ status/released 🗄 area/interface This affects the public interface 🦋 type/enhancement This is great to have 🧒 semver/minor This is backwards-compatible change 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/minor This is backwards-compatible change 🦋 type/enhancement This is great to have
Development

Successfully merging this pull request may close these issues.

Add support for external rules
2 participants