Fix linting?

This commit is contained in:
Jake Runyan 2026-06-22 03:30:23 -07:00
parent 851b67a0f5
commit 55f80206b1
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,10 @@
"Bash(echo \"OK: $f\")", "Bash(echo \"OK: $f\")",
"Bash(echo \"BAD: $f\")", "Bash(echo \"BAD: $f\")",
"Bash(done)", "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 *)"
] ]
} }
} }

View File

@ -25,7 +25,10 @@
"extends": [ "extends": [
"react-app", "react-app",
"react-app/jest" "react-app/jest"
] ],
"env": {
"es2021": true
}
}, },
"browserslist": { "browserslist": {
"production": [ "production": [