1.0.3 • Published 3 years ago

style-config-sensetime v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

style-config-sensetime

Sensetime DCP shared config for stylelint.

Installation

Install the correct versions of each package, which are listed by the command:

npm info "style-config-sensetime@latest" peerDependencies

If using npm 5+, use this shortcut

npx install-peerdeps --dev style-config-sensetime

Usage

Set your stylelint config to:

{
  "extends": "style-config-sensetime"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs:

{
  "extends": "style-config-sensetime",
  "rules": {
    "comment-no-empty": null
  }
}

License