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:
parent
eac5d59f5b
commit
eb6991ae49
1 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue