Skip to content

.stylelintrc.js awareness #3

@timkelty

Description

@timkelty

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,
    },
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions