From 4374a6e70ee0607fc22d997ccdeb12d9e813f3db Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 17 Jan 2022 14:35:59 -0500 Subject: [PATCH] Bump versions of eslint to latest --- .github/workflows/ci-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-eslint.yml b/.github/workflows/ci-eslint.yml index 7a5c4337f..dce24c367 100644 --- a/.github/workflows/ci-eslint.yml +++ b/.github/workflows/ci-eslint.yml @@ -16,6 +16,6 @@ jobs: with: submodules: recursive - name: Install ESLint - run: npm install eslint@5.12.0 eslint-config-google@0.11.0 eslint-plugin-html@5.0.0 eslint-plugin-php-markup@0.2.5 + run: npm install eslint@8.7.0 eslint-config-google@0.14.0 eslint-plugin-html@6.2.0 eslint-plugin-php-markup@6.0.0 - name: Run ESLint run: npx eslint --ext .php,.js .