Closed christianvuerings closed 9 years ago
Also see #128
That's because jscs
package now bundled with jscs-jsdoc and you don't need to register it by self.
upd: I'm just afraid of versioning...
/cc @markelog
@zxqfox any proposal on how we might be able to fix this? Currently we need to use an older version of jscs
to make jsDoc
linting work.
For now you can move "plugins": ["jscs-jsdoc"]
out of your .jscsrc
to use bundled version of this plugin.
I'm still not sure how to resolve this issue to allow users install custom version of jsdoc
plugin. Need some time to decide (or some contribution of a good guy ;-).
Honestly, don't see the problem there, we already have installed jscs-jsdoc
plugin, so you don't need to put it in plugins
@zxqfox I'm a good guy :) Let me know what you think is the best. My suggesting - lets remove jscs-jsdoc from jscs dependencies and finish https://github.com/jscs-dev/jscs-jsdoc/issues/128?
Closing this for now as resolved. If somebody still xp'd this issue — please let me know.
Using
jscs
version2.0.0
.Set
.jscsrc
to:jscs .
in the command line.You immediately get the following response:
Rule "jsDoc" is already registered