automated_api/.hintrc
2025-01-09 16:10:19 +08:00

9 lines
146 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
}
}