csscomb-config-dup

1.0.0 • Public • Published

csscomb-config-dup

My CSScomb config as a module



Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • Install
  • Usage
  • CLI
  • Contribute
  • License
  • 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.

    Dependents (0)

    Package Sidebar

    Install

    npm i csscomb-config-dup

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tiaanduplessis