stylelint-config-axelerant

Axelerant's stylelint configurations


Keywords
stylelint, axelerant, config
License
MIT
Install
npm install stylelint-config-axelerant@0.1.0

Documentation

stylelint-config-axelerant

npm version

This package provides Axelerant's .stylelint as an extensible shared config.

Usage

  • Install stylelint-config-axelerant with additional required dependencies.
npm install --save-dev stylelint stylelint-config-axelerant
  • Create a .stylelintrc in the root of your project.

  • Add the following snippet to the .stylelintrc

{
  "extends": "stylelint-config-axelerant"
}