1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00
miniflux-v2/internal/ui/static/js/.jshintrc

15 lines
No EOL
251 B
Text

{
"bitwise": true,
"browser": true,
"eqeqeq": true,
"esversion": 11,
"freeze": true,
"latedef": "nofunc",
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"noreturnawait": true,
"shadow": true,
"varstmt": true
}