1.3.2 • Published 4 years ago
stylint-config-rapida v1.3.2

Stylint Config Rapida - An extensible shared Stylint configuration to lint Stylus code.
Warning - Stylint Config Rapida has been deprecated and it's no longer maintained.
This package is part of Rapida.
Usage
In your project directory, install stylint-config-rapida by running:
npm i stylint stylint-config-rapida --save-devThen in your package.json, specify the configuration using the --config flag in the scripts object:
"scripts": {
"stylint": "stylint <path/to/directory> --config node_modules/stylint-config-rapida/.stylintrc --color"
}While <path/to/directory> is the directory you want to lint.
License
Copyright (c) 2020 Nuotron. Released under the MIT license.