Skip to content

Commit

Permalink
Merge pull request #45521 from nextcloud/chore/update-jshintrc
Browse files Browse the repository at this point in the history
chore: update .jshintrc
  • Loading branch information
ChristophWurst authored May 27, 2024
2 parents f781a1a + 8968b21 commit b8aef38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"esversion": 11,
"camelcase": true,
"eqeqeq": true,
"immed": true,
Expand All @@ -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,
Expand Down

0 comments on commit b8aef38

Please sign in to comment.