neutrino-preset-stylelint

1.1.0 • Public • Published

Neutrino Stylelint preset

NPM version NPM downloads Join Slack

neutrino-config-stylelint is a Neutrino preset that adds basic support for Stylelint.

Documentation

Install this preset to your development dependencies, then set it in package.json:

  "config"{
    "presets": [
      "neutrino-preset-stylelint"
    ]
  },

Configuration can be done either through a stylelint.config.js file or in package.json like this:

"config"{
  "stylelint": {
    "extends": "stylelint-config-standard"
  },
  "presets": [
    "neutrino-preset-stylelint",
  ]
},

See Styelint configuration documentation. Also, don't forget to install any configs you want to extend.

To Do

  • Support Neutrino 5.

Package Sidebar

Install

npm i neutrino-preset-stylelint

Weekly Downloads

3

Version

1.1.0

License

GPL-3.0

Last publish

Collaborators

  • barraponto