Ed Morley
Ed Morley
Sounds good to me; want to open a PR? :-)
Thinking about this more, it's likely going to take a few iterations of polishing migration/UX/docs, which would mean needing several more RCs. As such, I think it's best if this...
Hi! This is expected, since Neutrino does not yet support webpack 5 (see #1624 and #1584). The Neutrino docs say to use webpack-dev-server v3, eg: https://neutrinojs.org/packages/web/#requirements And the packages have...
Actually, I see `webpack-dev-server` v4 supports webpack v4 too (and not only webpack v5), so the work to support `webpack-dev-server` v4 needn't be coupled with the webpack 5 work. As...
Hi! I believe this might be fixed in Neutrino 9, without the need to override `options.tests`. Could you give v9 a try? See #1129 for details :-)
@timkelty Hi! Do you have an example of a nested eslintrc? I'm not sure I quite follow. There is quite possibly a bug in: https://github.com/neutrinojs/neutrino/blob/5fa090c7982bdaee2ea238e7c874e49a3958be99/packages/eslint/index.js#L8-L54
Hi! I no longer use this project and don't have the time to maintain it unfortunately.
It seems like the use-case of wanting to customise the style rules is pretty common (compared to customisation of other parts of the configuration), and something that is not overly...
I think that a preset that needs to manipulate the `style` rule is likely to be a top-level preset, and as such is in a position to control how the...
Removing from the v9 milestone since this can be implemented in a non-breaking way, and so can be added in a minor version after the v9.0.0 release.