Just read the article you wrote on Medium @markelog. Had a little heartache while reading it. It must be hard to let your baby goes that way guys. Thanks all for the hard work you put into that project to make it what it is today. Thanks as well for your help towards little contributors as I.
Thomas Grainger
@graingert
JSCS 3.0.3 seems to generate spurious error messages and break my webpack build.
looks like there was some complications with payment, it took to long to pass through
dns is now updated
thank you for noticing @graingert
Thomas Grainger
@graingert
@markelog you should HSTS so you don't get 3rd parties advertising on your domain
(it was replaced with a domain sniping service)
_
Oleg Gaidarenko
@markelog
can you do that with github pages?
Thomas Grainger
@graingert
you just put it though cloudflare
and enable HSTS
in their UI
Oleg Gaidarenko
@markelog
thanks, i will pass this along
Kevin Cameron
@kevinkace
hey all, I'm having some difficulties with ES6, I'm using the Airbnb jscs file, and added "requireTemplateStrings" : true, but still seeing Unrecognized character for things like gulp.dest(./src/libs/font-awesome/${dir})
I'm using to jscs to automatically fix my js files. But I can't get the requireUseStrict rule to fix them. It reports the error, but it doesn't fix it. I'm also enforcing requireLineFeedAtFileEnd and requirePaddingNewLinesAfterUseStrict, and they do work.
Oleg Gaidarenko
@markelog
Some rules are autofixable and some are not
Johan Vaage
@Jovaage
Is that specified anywhere?
Oleg Gaidarenko
@markelog
nope
Johan Vaage
@Jovaage
Is that rule not supported yet? When just installing jscs, it reports fine, but when using the plugin in WebStorm, and using gulp-jscs, it complains that the rule isn't supported.