BotX / .hintrc
imseldrith's picture
Upload 14 files
3f8c4df
raw
history blame contribute delete
150 Bytes
{
"extends": [
"development"
],
"hints": {
"disown-opener": "off",
"typescript-config/strict": "off",
"button-type": "off"
}
}