1.0.0 • Published 8 years ago
csscomb-config-dup v1.0.0
Install
$ npm install --save-dev csscomb-config-dup
# OR
$ yarn add --dev csscomb-config-dup
Usage
Module is intended to be used as a npm script
along with the csscomb
module.
{
"scripts": {
"lint:css": "csscomb --config node_modules/csscomb-config-dup/index.js"
}
}
CLI
$ npm install --global csscomb-config-dup
# OR
$ yarn global add csscomb-config-dup
Then run:
$ csscomb-config-dup
This will create a .csscomb.json
in the current directory.
Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
License
Licensed under the MIT License.
1.0.0
8 years ago