Require a single space or disallow whitespace before the opening brace of blocks. a{color:pink;} /** ↑ * The space before this brace */ Thefixoptioncan automatically fix all of the problems reported by this rule. Options string:"always"|"never"|"always-single-line"|"never-single-li...
Using the following CSS rules there appears to be conflicts between the block-opening-brace-space-before and media-query-list-comma-newline-after rules: When using the following rules: "block-opening-brace-newline-after": [ 2, "always" ]...