-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
You provide a method for setting your stylelint config as a neutrino option, and then referencing that via .stylelintrc.js: https://github.com/barraponto/neutrino-middleware-stylelint#stylelintconfigjs
I actually want to go the other way - set my config in .stylelintrc.js.
Currently I'm achieving this like so:
neutrino.use('neutrino-middleware-stylelint', {
config: require(path.join(neutrino.options.root, '.stylelintrc.js')),
});
But it would be nice if the default options.config were undefined, so by default it would use its config finding rules: https://stylelint.io/user-guide/configuration/#loading-the-configuration-object
With neutrino-middleware-eslint, I can do this:
neutrino.use('neutrino-middleware-eslint', {
eslint: {
useEslintrc: true,
},
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels