v86/.jshint.json

26 lines
456 B
JSON
Raw Normal View History

2017-12-20 21:32:02 +01:00
{
2021-01-01 02:14:29 +01:00
"esversion": 8,
2017-12-20 21:32:02 +01:00
"globalstrict": true,
"sub": true,
"expr": true,
"-W058": true,
"-W080": true,
"-W082": true,
"-W079": true,
"-W117": true,
"-W054": true,
"-W027": true,
"-W040": true,
"-W087": true,
"-W008": true,
"loopfunc": true,
"shadow": true,
"funcscope": true,
"globals": {
"Blob": false,
"alert": false,
2018-01-01 20:37:41 +01:00
"console": false
2017-12-20 21:32:02 +01:00
},
"browser": true
}