molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Add `quotes` #73

Closed amannn closed 11 months ago

amannn commented 2 years ago

… and use single quotes wherever possible.

Backticks should only be used where necessary. We could also consider prefer-template for those cases.

https://eslint.org/docs/rules/quotes

amannn commented 11 months ago

This would conflict with prettier config, let's leave this out.