because the project needs, when writing css, you don"t need to write units, just write numbers, but W3C"s rule stipulates that all units need to be written except 0, so webstorm will give a warning.
 (the following  line-hight  is deliberately misspelled) 
 
]
 w3c css validator

 line-hight 
 
 
is there any way to ignore only part of the validator? Do I need to use stylelint?

