hapijs / eslint-config-hapi

Shareable ESLint config for the hapi ecosystem
Other
22 stars 23 forks source link

allow backticks for strings with single quotes #49

Closed nlf closed 7 years ago

nlf commented 7 years ago

this makes a string like

const str = `this string has 'single quotes'`;

not error, previously you would've had to do

const str = 'this string has \'single quotes\'';

which is ugly and i don't like it.

thoughts?

devinivy commented 7 years ago

Love it 😍

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.