Note that the linting is very restrictive. I don't think that all those rules align with our codestyle.
Some are fairly easy to fix and I don't see a reason why not using them (`no-eol-whitespace`, `order/properties-order` and `selector-list-comma-newline-after`), but `selector-max` rules are not an easy fix at all. We need to change the selectors, so possibly fit the DOM to the new selector and break backward compatibility... If we want to be able to update the DOM without a discussion every time, we need to explicitely have the rule in our codestyle.