mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #45521 from nextcloud/chore/update-jshintrc
chore: update .jshintrc
This commit is contained in:
commit
b8aef38a0d
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue