chore: add .hintrc configuration file for development hints

This commit is contained in:
monoid 2025-10-08 02:39:50 +09:00
parent 6c559a854b
commit a20297f34e

8
.hintrc Normal file
View file

@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}