1.0.0 • Published 7 years ago

csscomb-config-dup v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.