0.0.4 • Published 1 year ago

@sujian/stylelint-config v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

stylelint-config

usage

pnpm add stylelint @sujian/stylelint-config -D

.stylelintrc.json

{
  "extends": "@sujian/stylelint-config"
}

package.json

{
  "scripts": {
    "lint:style": "stylelint .",
    "lint:style-fix": "stylelint  . --fix"
  }
}

vscode setting

{
  "editor.codeActionsOnSave": {
    "source.fixAll.stylelint": true
  },
  "stylelint.validate": ["css", "scss", "vue", "less"],
}