From 283c3f14760c925fe9bf51a2db6f2d567dedb4fe Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 25 Sep 2021 17:33:23 +0000 Subject: Add lint check to pipeline --- src/.prettierrc.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/.prettierrc.json') diff --git a/src/.prettierrc.json b/src/.prettierrc.json index fca24df..c3fef9a 100644 --- a/src/.prettierrc.json +++ b/src/.prettierrc.json @@ -1,5 +1,4 @@ { - "trailingComma": "none", "tabWidth": 2, "semi": true, "singleQuote": false -- cgit