1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

tests(js): improve .jshintrc

This commit is contained in:
Julien Voisin 2025-01-16 02:43:03 +00:00 committed by GitHub
parent eac5d59f5b
commit eb6991ae49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,15 @@
{
"esversion": 8
}
"esversion": 11,
"bitwise": true,
"freeze": true,
"nonew": true,
"latedef": "nofunc",
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"browser": true,
"shadow": true,
"varstmt": true,
"noreturnawait": true
}