From 07f117b752274617d4eabd84ff90102c93245ed4 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Wed, 18 Dec 2019 01:07:21 +0100 Subject: [PATCH] config: reformat lint file --- .eslintrc.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 590039a..e094c0f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -88,22 +88,12 @@ ], "@typescript-eslint/prefer-for-of": "error", "@typescript-eslint/no-empty-function": "off", - "@typescript-eslint/interface-name-prefix": [ - "error", - { - "prefixWithI": "always" - } - ], + "@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }], "@typescript-eslint/explicit-member-accessibility": "error", "@typescript-eslint/unbound-method": "off", "@typescript-eslint/ban-ts-ignore": "off", "@typescript-eslint/no-use-before-define": "off", - "@typescript-eslint/no-misused-promises": [ - "error", - { - "checksVoidReturn": false - } - ] + "@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }] } }, {