- Enforce the consistent use of either backticks, double, or single quotes
This rule enforces the consistent use of either backticks, double, or single quotes.
Allows strings to use single-quotes or double-quotes so long as the string contains a quote that would have to be escaped otherwise.
Allows strings to use backticks.
You can check them out here.