@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.
Oleg Gaidarenko
@markelog
That's probably because
Oleg Gaidarenko
@markelog
local version of jscs is old
so i would recomended to reinstall jscs
current one is 3.0.3
Charlie Robbins
@indexzero
@markelog everything OK with jscs? I just saw the 100+ issues get closed with "At this point only major and CST related bugs will be fixed.”
I guess this got burried in my Twitter feed or something.
Charlie Robbins
@indexzero
Well best of luck with everything! Can’t wait to hear more about the cst integration in eslint
Oleg Gaidarenko
@markelog
that’s a big “if” at the moment - cst impl in eslint
thank you though, for all your support :)
Charlie Robbins
@indexzero
@markelog well I think one of the things I’m going to do with this information now is compile an issue that has all the jscs rules with autofix and the eslint equivalents in the hopes we get to 1-1 down the road