human/.hintrc

14 lines
192 B
Plaintext
Raw Normal View History

2021-04-04 15:25:18 +02:00
{
"extends": [
"web-recommended"
],
"browserslist": [
"last 1 versions",
"not ie < 20"
],
"hints": {
"no-inline-styles": "off",
"meta-charset-utf-8": "off"
}
}