summaryrefslogtreecommitdiff
path: root/.prettierrc.js
AgeCommit message (Collapse)AuthorFilesLines
2020-01-27Add singlequote override and fix filesDerick Montague1-0/+10
Based on phosphor-webui and JavaScript common practices we are setting ESLint to required single quote for JS files and double quote for SCSS files. This commit adds the ESLint override to the prettier rules and runs the npm lint script that fixes the files that violate the rule. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I50cba77b2d0797595ce94258029608efa8665005