mirror of https://github.com/vladmandic/human
updated hint rules
parent
ae21e412a1
commit
a223e99226
7
.hintrc
7
.hintrc
|
@ -3,8 +3,11 @@
|
||||||
"web-recommended"
|
"web-recommended"
|
||||||
],
|
],
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 versions",
|
"chrome >= 90",
|
||||||
"not ie < 20"
|
"edge >= 90",
|
||||||
|
"firefox >= 90",
|
||||||
|
"android >= 90",
|
||||||
|
"safari >= 15"
|
||||||
],
|
],
|
||||||
"hints": {
|
"hints": {
|
||||||
"no-inline-styles": "off",
|
"no-inline-styles": "off",
|
||||||
|
|
Loading…
Reference in New Issue