fal-js/.secretlintrc.json
Daniel Rochetti 22d930c0ac
chore: build tool updates (#24)
* chore: build tool updates

* chore: update readme docs
2023-11-09 13:10:44 -08:00

19 lines
393 B
JSON

{
"rules": [
{
"id": "@secretlint/secretlint-rule-preset-recommend"
},
{
"id": "@secretlint/secretlint-rule-pattern",
"options": {
"patterns": [
{
"name": "Fal API key",
"pattern": "/\\b[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89abAB][0-9a-f]{3}-[0-9a-f]{12}:[0-9a-fA-F]{32}\\b/"
}
]
}
}
]
}