human/.hintrc

17 lines
251 B
Plaintext
Raw Normal View History

2021-04-04 15:25:18 +02:00
{
"extends": [
"web-recommended"
],
"browserslist": [
2021-10-01 18:07:14 +02:00
"chrome >= 90",
"edge >= 90",
2021-10-26 21:08:05 +02:00
"firefox >= 100",
2021-10-01 18:07:14 +02:00
"android >= 90",
"safari >= 15"
2021-04-04 15:25:18 +02:00
],
"hints": {
"no-inline-styles": "off",
"meta-charset-utf-8": "off"
}
}