Robert Rossmann
Robert Rossmann
JSDoc rules in ESLint have been deprecated. We might want to move to [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) via a new configuration file in the `eslint-config-base` ruleset (JSDoc validation might be useful in all...
The `stylelint` tool supports linting raw CSS and Less files. We should make use of it! Let's rename `stylelint-config-styled-components` to just `stylelint-config` and add a generic configuration for CSS and...
See 47bfb8c for details about why we should probably work on improving the ruleset authoring experience. Boogs like these should not be possible to introduce into a package used by...
Currently all transforms must declare their `identity`, which is then used at various places, ie. for exporting the transform's result data on the final object (the identity is used as...
There should be at least one "official" package which integrates nicely with Express. Other framework integrations might come later, such as Koa or Hapi. The goals of such package are...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I noticed that the serialiser types...
While trying to `grunt-init gruntplugin` I am getting the following error: _Fatal error: Arguments to path.join must be strings_ > This only seems to happen if I provide custom value...
The test locations were not selected correctly because they ended up somewhere inside Mocha's `describe` and `it` function definitions, since those functions are called last when constructing the stack frames...
**Describe the bug** Node runtime detection seems to spawn an interactive shell, and if that shell asks a question the detection may fail. **To Reproduce** Steps to reproduce the behavior:...