TwoStoryRobot / eslint-config

eslint configuration for Two Story Robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of single-quotes clashing with prettier

calebissharp opened this issue · comments

Prettier changes strings that contain single quotes to use double quotes. This conflicts with eslint which strictly only allows single quotes. This prevents pre-commit checks from being successful. This could be fixed by using the "avoidEscape" option for quotes.