molindo / eslint-config-molindo

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

Consider disallowing template literals when not needed #98

Open amannn opened 3 months ago

amannn commented 3 months ago

E.g.:

description: `Hello!`

References:

amannn commented 3 months ago

We need to make sure that we don't conflict with prettier though.