From fded0d11289f737a845abb5ee8bb10725f870cf3 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 11 Dec 2019 06:16:40 -0600 Subject: Add singlequote override and fix files 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 Change-Id: I50cba77b2d0797595ce94258029608efa8665005 --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index a1c27e1c..03e1dd91 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,3 @@ module.exports = { - presets: [["@vue/cli-plugin-babel/preset", { useBuiltIns: "entry" }]] + presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry' }]] }; -- cgit v1.2.3