From c289cdcac816c9b803fbdf458b0b2b92751ae38f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 6 Apr 2022 09:28:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/nodemon.json | 2 +- styles/src/styleTree/contactsPanel.ts | 2 +- styles/tsconfig.json | 20 +++++++++++--------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/styles/nodemon.json b/styles/nodemon.json index ae631a5ec4..47facd6322 100644 --- a/styles/nodemon.json +++ b/styles/nodemon.json @@ -5,4 +5,4 @@ "ext": "ts", "ignore": [], "exec": "ts-node src/buildThemes.ts" -} \ No newline at end of file +} diff --git a/styles/src/styleTree/contactsPanel.ts b/styles/src/styleTree/contactsPanel.ts index 6d43275647..0939018126 100644 --- a/styles/src/styleTree/contactsPanel.ts +++ b/styles/src/styleTree/contactsPanel.ts @@ -59,4 +59,4 @@ export default function(theme: Theme) { cornerRadius: 6, }, } -} \ No newline at end of file +} diff --git a/styles/tsconfig.json b/styles/tsconfig.json index 3dfbcc715e..fa3e3062c9 100644 --- a/styles/tsconfig.json +++ b/styles/tsconfig.json @@ -1,12 +1,14 @@ { "compilerOptions": { - "target": "es2015", - "module": "commonjs", - "esModuleInterop": true, - "noImplicitAny": true, - "removeComments": true, - "preserveConstEnums": true, - "sourceMap": true + "target": "es2015", + "module": "commonjs", + "esModuleInterop": true, + "noImplicitAny": true, + "removeComments": true, + "preserveConstEnums": true, + "sourceMap": true }, - "exclude": ["node_modules"] - } \ No newline at end of file + "exclude": [ + "node_modules" + ] +}