1.1.0 • Published 7 years ago

neutrino-preset-stylelint v1.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

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.