.stylelintrc.json 91 B

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