updated hint rules

pull/193/head
Vladimir Mandic 2021-10-01 12:07:14 -04:00
parent ae21e412a1
commit a223e99226
1 changed files with 5 additions and 2 deletions

View File

@ -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",