Sebastien Stettler

Results 47 comments of Sebastien Stettler

Just to update everyone on this thread, making some pull requests to ember-cli that will make styles first class citizens for linting that should resolve all quirks but at the...

@bartsqueezy https://github.com/billybonks/ember-cli-stylelint/releases/tag/2.1.0 if you upgrade to this version your includedPaths should work now without changing the source please let me know :)

seems to be the same issue as https://github.com/billybonks/ember-cli-stylelint/issues/49, probably don't want to override cause then you loose tests, will investigate this next

okay the easiest solution to this is to use this config ``` stylelint: { includePaths: [ 'lib', ] } ```

right now if you use `lib/engine01/addon/styles` and you have file `style.scss` the output will be `style.test.js`, now if `lib/engine02/addon/styles` also has `style.scss` it will output the same file in the...

Hey, will take a look at this again on the weekend.

Hey i am not sure if this is the scope of the linter. probably more of a ember-cli feature. unless that feature exists and the linter is breaking it ?

Hi @CvX sorry for the delay, regarding a response and thank you very much for it. I just want to check to make sure the code works as expected before...

By cluttered up you mean making those fixes without this functionality, i agree with that. If you where worried about to many .platform.ext files you could libraryfi them as ember-addons....

My used case, would be sharing the controllers mixins etc between mobile and desktop, but probably having different templates, but that could be done via library, then sharing it in...