From 80283102f1c38b1637ad34bcbaa904ea157f13d5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 16:40:23 +0400 Subject: Configuration updates Signed-off-by: Valentin Popov --- .eslintrc.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index fdcfcf4..f72fbcc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,5 +16,10 @@ "project": "tsconfig.json", "sourceType": "module", "tsconfigRootDir": "." + }, + "rules": { + "unicorn/prevent-abbreviations": [ + "off" + ] } } -- cgit v1.2.3