21 lines
384 B
YAML
21 lines
384 B
YAML
i18n_library: null
|
|
min_string_length: 3
|
|
key_style: snake_case
|
|
exclude_patterns:
|
|
- "**/node_modules/**"
|
|
- "**/.git/**"
|
|
- "**/venv/**"
|
|
- "**/__pycache__/**"
|
|
- "**/dist/**"
|
|
- "**/build/**"
|
|
include_patterns:
|
|
- "**/*.py"
|
|
- "**/*.js"
|
|
- "**/*.ts"
|
|
- "**/*.jsx"
|
|
- "**/*.tsx"
|
|
i18n_functions: []
|
|
key_prefix: null
|
|
output_format: text
|
|
fail_level: error
|