.stylelintrc.json 95 B

123456
  1. {
  2. "extends": [
  3. "stylelint-config-standard",
  4. "stylelint-config-recommended-less"
  5. ]
  6. }