Files
headlamp-intel-gpu-plugin/.claude/settings.local.json
T
DevContainer User 488bf90abc fix: resolve eslint errors and apply formatting to match shared config
Auto-fix import ordering, quote style, and indentation via eslint --fix
and prettier --write. Remove unused variable in NodesPage and PodsPage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 11:50:29 +00:00

23 lines
398 B
JSON

{
"permissions": {
"allow": [
"Bash(done)",
"Bash(npm install:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh workflow:*)",
"Bash(gh run:*)",
"Bash(npm run:*)",
"Bash(npm ci:*)",
"Bash(npm test:*)"
]
},
"enabledMcpjsonServers": [
"github",
"kubernetes",
"flux",
"playwright"
]
}