- Disallow irregular whitespace outside of strings and comments
This rule is aimed at catching invalid whitespace that is not a normal tab and space. Some of these characters may cause issues in modern browsers and others will be a debugging issue to spot.
Allows any whitespace characters in comments.
Allows any whitespace characters in string literals.
Allows any whitespace characters in template literals.
Allows any whitespace characters in regular expression literals.
You can check them out here.