488bf90abc
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>
23 lines
398 B
JSON
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"
|
|
]
|
|
}
|