balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

ESLint: use single-quoted strings #71

Closed balazsbotond closed 3 years ago

balazsbotond commented 3 years ago

I've noticed that the string quoting style used in some recent PRs was inconsistent with the rest of the code. I've fixed those and added an ESLint rule that will prevent such inconsistencies from being introduced in the future.