2025-07-21 15:10:39 +08:00
|
|
|
{
|
|
|
|
"permissions": {
|
|
|
|
"allow": [
|
|
|
|
"Bash(npm install:*)",
|
|
|
|
"Bash(mkdir -p:*)",
|
|
|
|
"Bash(npm install:*)",
|
2025-07-21 16:45:09 +08:00
|
|
|
"Bash(*:*)",
|
|
|
|
"Bash(npm uninstall react-native-paper react-native-paper-dropdown)",
|
|
|
|
"Bash(npm uninstall react-native-paper react-native-paper-dropdown --legacy-peer-deps)",
|
2025-07-21 19:03:11 +08:00
|
|
|
"Bash(npx react-native start --reset-cache)",
|
|
|
|
"Bash(npm run lint)"
|
2025-07-21 15:10:39 +08:00
|
|
|
],
|
2025-07-21 19:03:11 +08:00
|
|
|
"deny": [
|
|
|
|
"WebSearch"
|
|
|
|
],
|
|
|
|
"defaultMode": "bypassPermissions"
|
2025-07-21 15:10:39 +08:00
|
|
|
}
|
2025-07-21 19:03:11 +08:00
|
|
|
}
|