From 55f80206b1b969b74a30ca9e5978d3d119e8c8b0 Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Mon, 22 Jun 2026 03:30:23 -0700 Subject: [PATCH] Fix linting? --- .claude/settings.local.json | 5 ++++- package.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index d5c8775..f273fa7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -6,7 +6,10 @@ "Bash(echo \"OK: $f\")", "Bash(echo \"BAD: $f\")", "Bash(done)", - "Bash(node -e \":*)" + "Bash(node -e \":*)", + "Read(//c/Users/runya/Documents/repositories/jakeswestcoast/src/**)", + "Bash(node scripts/build-content.js)", + "Bash(npx eslint *)" ] } } diff --git a/package.json b/package.json index 6363c89..c39a31e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,10 @@ "extends": [ "react-app", "react-app/jest" - ] + ], + "env": { + "es2021": true + } }, "browserslist": { "production": [