From 116a0c6386b50b4adb210742cc7a3f0f87410d4c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 26 Apr 2024 19:37:27 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f29fae..118e7072 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ Run ESLint on either all files or selectively run ESLint on only changed files i - name: Run eslint on changed files uses: tj-actions/eslint-changed-files@v24 with: - config_path: "/path/to/.eslintrc" - ignore_path: "/path/to/.eslintignore" + config_path: "/path/to/eslint.config.mjs" extra_args: "--max-warnings=0" ```