stylelint-config-rational-order icon indicating copy to clipboard operation
stylelint-config-rational-order copied to clipboard

Warning instead of error?

Open MatanYadaev opened this issue 4 years ago • 1 comments

Any idea how I turn the rules to result in a warning instead of error?

MatanYadaev avatar Apr 22 '20 08:04 MatanYadaev

'order/properties-order': [
  [],
  {
    severity: 'warning'
  }
],

mosherc avatar Feb 11 '21 18:02 mosherc