npm install csscomb-config-dup``sh`
$ npm install --save-dev csscomb-config-dupOR
$ yarn add --dev csscomb-config-dup
Module is intended to be used as a npm script along with the csscomb module.
`js
{
"scripts": {
"lint:css": "csscomb --config node_modules/csscomb-config-dup/index.js"
}
}
`
`sh`
$ npm install --global csscomb-config-dupOR
$ yarn global add csscomb-config-dup
Then run:
`sh`
$ csscomb-config-dup
This will create a .csscomb.json` in the current directory.
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.
Licensed under the MIT License.