chore: add .hintrc configuration file for development hints
This commit is contained in:
parent
6c559a854b
commit
a20297f34e
1 changed files with 8 additions and 0 deletions
8
.hintrc
Normal file
8
.hintrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"development"
|
||||||
|
],
|
||||||
|
"hints": {
|
||||||
|
"no-inline-styles": "off"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue