chore: add .hintrc to turn no-inline-styles off

This commit is contained in:
Sagi 2022-10-07 22:38:18 +08:00
parent 7468366186
commit 088c54147e
1 changed files with 8 additions and 0 deletions

8
.hintrc Normal file
View File

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