diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2024-05-27 12:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 12:06:44 +0200 |
commit | b8aef38a0d8efc4e7e242de0c5471f454781dba8 (patch) | |
tree | 845985a738229c1e4917326e44a55ecb038f19fd | |
parent | f781a1aa4a3f1ca13f21172216383780f170c4c9 (diff) | |
parent | 8968b21ac86373d549ffc210a4cbe2462af1c646 (diff) | |
download | nextcloud-server-b8aef38a0d8efc4e7e242de0c5471f454781dba8.tar.gz nextcloud-server-b8aef38a0d8efc4e7e242de0c5471f454781dba8.zip |
Merge pull request #45521 from nextcloud/chore/update-jshintrc
chore: update .jshintrc
-rw-r--r-- | .jshintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc index 19ce0606297..a1802bb781f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,4 +1,5 @@ { + "esversion": 11, "camelcase": true, "eqeqeq": true, "immed": true, @@ -11,10 +12,10 @@ "maxparams": 5, "curly": true, "jquery": true, - "maxlen": 120, "indent": 4, "browser": true, "laxbreak": true, + "asi": true, "globals": { "console": true, "it": true, |