jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.97k stars 515 forks source link

requireImportsAlphabetized page doesn't load on jscs.info #2214

Closed ljharb closed 8 years ago

ljharb commented 8 years ago

https://jscs.info/rule/requireImportsAlphabetized doesn't load for me.

hzoo commented 8 years ago

For this one, I think it's http://jscs.info/rule/requireImportAlphabetized

markelog commented 8 years ago

Hm it is weird it doesn't work with https

ljharb commented 8 years ago

if it's singular, then the changelog is wrong

ljharb commented 8 years ago

see https://github.com/jscs-dev/node-jscs/commit/096b6bf0bebc34e8a028a722d584a70af1168c2a#diff-4ac32a78649ca5bdd8e0ba38b7006a1eR29

artlogic commented 8 years ago

There are a few other problems. The trailing backticks in all the links, and this particular rule is indeed singular on the site: http://jscs.info/rule/requireImportAlphabetized

hzoo commented 8 years ago

Yeah I fixed this on the releases page, but not the changelog - fixed on master.