From ef605801a483d8e8800f6d8977b17084eb24e5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Mon, 20 Jun 2022 22:20:50 +0300 Subject: [PATCH] Reformat dupa commit, ca de ce nu --- .eslintrc.json | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 33f9645..d08cfd9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,19 +1,13 @@ { - "extends": [ - "../../.eslintrc.json" - ], + "extends": ["../../.eslintrc.json"], "env": { "browser": true, "node": true }, - "ignorePatterns": [ - "!**/*" - ], + "ignorePatterns": ["!**/*"], "overrides": [ { - "files": [ - "**/*.ts" - ], + "files": ["**/*.ts"], "parserOptions": { "project": [ "projects/common-ui/tsconfig.json" @@ -49,33 +43,20 @@ "error", { "selector": "memberLike", - "modifiers": [ - "private" - ], - "format": [ - "camelCase" - ], + "modifiers": ["private"], + "format": ["camelCase"], "leadingUnderscore": "allow" }, { "selector": "memberLike", - "modifiers": [ - "protected" - ], - "format": [ - "camelCase" - ], + "modifiers": ["protected"], + "format": ["camelCase"], "leadingUnderscore": "allow" }, { "selector": "memberLike", - "modifiers": [ - "private" - ], - "format": [ - "UPPER_CASE", - "camelCase" - ], + "modifiers": ["private"], + "format": ["UPPER_CASE", "camelCase"], "leadingUnderscore": "allow" } ], @@ -90,4 +71,3 @@ } ] } -