botserver/.hintrc

9 lines
146 B
Text
Raw Normal View History

{
"extends": [
"development"
2023-07-28 20:28:43 -03:00
],
"hints": {
2023-07-28 20:56:38 -03:00
"typescript-config/strict": "off",
"typescript-config/consistent-casing": "off"
2023-07-28 20:28:43 -03:00
}
}