botserver/.hintrc
2023-07-28 20:56:38 -03:00

9 lines
No EOL
146 B
Text

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