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

Pluginization #14

Closed
wants to merge 2 commits into from
Closed

Pluginization #14

wants to merge 2 commits into from

Conversation

mdevils
Copy link
Member

@mdevils mdevils commented Oct 21, 2014

DO NOT MERGE

This is for design review for plugin support.

Part of this task: jscs-dev/node-jscs#672

@@ -37,7 +37,7 @@
"scripts": {
"lint": "jshint . && jscs lib test",
"test": "npm run lint && mocha",
"browserify": "browserify --standalone JscsPluginJsdoc lib/index.js -o jscs-jsdoc-browser.js"
"browserify": "browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js"
Copy link
Member Author

Choose a reason for hiding this comment

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

JscsPlugin is a good suffix I suggest to recommend for plugins.

Copy link
Member

Choose a reason for hiding this comment

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

I'm agree with fixing suffix for jscs plugins.

@mdevils
Copy link
Member Author

mdevils commented Oct 31, 2014

Simplified registerRule call.

@qfox
Copy link
Member

qfox commented Nov 10, 2014

moved to #36

@qfox qfox closed this Nov 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants