From 932a5aea6e39602636299ab29636aa08d749f612 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Wed, 7 Apr 2021 21:13:08 +0200 Subject: [PATCH] format .eslintrc.json itself --- .eslintrc.json | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 356a1db886..018896650f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ "prefer-spread": "off", "prefer-rest-params": "off", "no-useless-escape": "off", - "no-constant-condition": ["warn", {"checkLoops": false}], + "no-constant-condition": ["warn", { "checkLoops": false }], "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-explicit-any": "off", diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf0186f5ef..1a01d38a37 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/checkout@v1 - run: yarn install - - run: yarn run lint --format visualstudio + - run: yarn run lint - run: yarn run check-format