1.0.3 • Published 5 years ago
style-config-sensetime v1.0.3
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" peerDependenciesIf using npm 5+, use this shortcut
npx install-peerdeps --dev style-config-sensetimeUsage
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
  }
}