automated_api/.hintrc

9 lines
146 B
Plaintext
Raw Permalink Normal View History

2025-01-09 16:10:19 +08:00
{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
}
}