Enforce the consistent use of either double or single quotes.
Enforce either:
or:
The following values are valid configuration:
- string -- "double" requires the use of double quotes wherever possible, "single" requires the use of single quotes wherever possible
- quotes from eslint