From 4b62583a255808c3415887245f289f9999bdd483 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 13 Oct 2021 19:26:12 -0700 Subject: [PATCH] config-path -> config_path --- web/.github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index bc25d261f..ae5c4d6a2 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -18,6 +18,6 @@ jobs: - name: Linter uses: tj-actions/eslint-changed-files@v7.3 with: - config-path: '.eslintrc.js' + config_path: '.eslintrc.js' ignore-path: '.eslintignore' extensions: 'ts,tsx,js,jsx'