Merge pull request #45521 from nextcloud/chore/update-jshintrc

chore: update .jshintrc
This commit is contained in:
Christoph Wurst 2024-05-27 12:06:44 +02:00 committed by GitHub
commit b8aef38a0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,