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" + ] +}