diff --git a/internal/ui/static/js/.jshintrc b/internal/ui/static/js/.jshintrc index 80fc4c09..8ed5b20f 100644 --- a/internal/ui/static/js/.jshintrc +++ b/internal/ui/static/js/.jshintrc @@ -1,3 +1,15 @@ { - "esversion": 8 -} \ No newline at end of file + "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 +}