face-api/.hintrc

14 lines
192 B
Plaintext
Raw Permalink Normal View History

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