Andreas
Andreas
Currently enabling **dollar-variable-colon-newline-after** errors for: ````sass $map: ( foo: value, bar: value, ); ```` Though it's nice and readable. To fix it I'm forced to write: ````sass $map: ( foo:...
I can't run tests locally. Are all needed modules within `devDependencies`?
We have a multiple choice select list, which ends up being an array. If it's value is an empty array `[]` I expect the `!value.length` check to match, but it...
At the moment each component definition has to be explicitly set to `weak` mode by `/** @define ComponentName; weak */`. It would be a really nice and comfortable feature to...
The following code incorrectly lints: `Invalid component selector "&:hover"` ````scss @mixin link { color: blue; &:hover { color: red; } } .link { @include link(); } ```` **Note** With declarative...
From the docs it's not clear which value gets interpolated by `{componentName}`, could be either of: - the [RegEx pattern of `componentName` options](https://github.com/AndyOGo/postcss-bem-linter#componentname) - or the the [defined component ](https://github.com/AndyOGo/postcss-bem-linter#defining-a-component)...
First I wanna say, well done, I't collects common patterns and design approaches into one single powerful package. Unfortunately I found the following a severe design decision made: Automatically giving...
Currently the doce does not mention anything about JavaScript Evaluation and backticks, though it is still supported.
RSocket error frames are turning into standard `Error()` objects, and expanded by a `source` property. The `Error` type does not reflect that fact. ## Expected Behavior All errors should be...
Suddenly it get this error upon Jenkins Deployment. But I didn't change anything about my webpack config. May a new vesion got released and have version conflicts? ```sh HappyWorker[0]: unable...