mirror of https://github.com/vladmandic/human
14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
![]() |
{
|
||
|
"extends": [
|
||
|
"web-recommended"
|
||
|
],
|
||
|
"browserslist": [
|
||
|
"last 1 versions",
|
||
|
"not ie < 20"
|
||
|
],
|
||
|
"hints": {
|
||
|
"no-inline-styles": "off",
|
||
|
"meta-charset-utf-8": "off"
|
||
|
}
|
||
|
}
|