From 4c72347fd309bc7192c0fa9708925bfb07c0cb2d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 11 Feb 2022 14:15:23 -0800 Subject: [PATCH] Update linter config --- 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 ec0cec5c7..8187bd549 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -20,4 +20,4 @@ jobs: with: config_path: '.eslintrc.js' ignore_path: '.eslintignore' - extensions: 'ts,tsx,js,jsx' + file_extensions: 'ts,tsx,js,jsx'