worldhopper/.claude/settings.json
Felipe M. 7d5c854dc9 feat: i18n (#2)
Reviewed-on: #2
Co-authored-by: Felipe M. <me@fmartingr.com>
Co-committed-by: Felipe M. <me@fmartingr.com>
2026-02-12 22:41:22 +01:00

28 lines
708 B
JSON

{
"permissions": {
"allow": [
"Bash(dart analyze:*)",
"Bash(dart run build_runner:*)",
"Bash(dart format:*)",
"Bash(find:*)",
"Bash(flutter --version:*)",
"Bash(flutter analyze:*)",
"Bash(flutter build:*)",
"Bash(flutter clean:*)",
"Bash(flutter doctor:*)",
"Bash(flutter pub add:*)",
"Bash(flutter pub get:*)",
"Bash(flutter pub run build_runner build:*)",
"Bash(flutter pub:*)",
"Bash(flutter run)",
"Bash(flutter test:*)",
"Bash(git log:*)",
"Bash(git rev-list:*)",
"Bash(gradlew clean:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"WebFetch(domain:*)",
"WebSearch"
]
}
}