main
json 23 lines 560 Bytes
Raw
1 {
2 "permissions": {
3 "allow": [
4 "Bash(yarn snap:*)",
5 "Bash(yarn snap:build)",
6 "Bash(node scripts/enable-feature-flag.js:*)",
7 "Bash(yarn workspace babel-plugin-react-compiler lint:*)",
8 "Bash(yarn prettier-all:*)",
9 "Bash(bash compiler/scripts/test-babel-ast.sh:*)",
10 "Bash(cargo test:*)",
11 "Bash(cargo check:*)"
12 ],
13 "deny": [
14 "Skill(extract-errors)",
15 "Skill(feature-flags)",
16 "Skill(fix)",
17 "Skill(flags)",
18 "Skill(flow)",
19 "Skill(test)",
20 "Skill(verify)"
21 ]
22 }
23 }