From cbd2f63b7f47758ad8a8a070b2fd9ad882832001 Mon Sep 17 00:00:00 2001 From: Ian K Smith Date: Thu, 15 Aug 2019 13:10:31 -0600 Subject: [PATCH] OMGSH finally fix linter (for real for real this time) --- tslint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tslint.json b/tslint.json index 25329ec..07cfe8b 100644 --- a/tslint.json +++ b/tslint.json @@ -9,11 +9,12 @@ "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, - "jsxBracketSameLine": true, - }], + "jsxBracketSameLine": true + }], "variable-name": { "options": [ - "allow-leading-underscore" + "allow-leading-underscore", + "allow-pascal-case" ] } }