.stylelintrc 92 B

123456
  1. {
  2. "extends": "stylelint-config-standard",
  3. "rules": {
  4. "string-quotes": "single"
  5. }
  6. }