1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-21 07:46:42 +02:00

Reduced jshint maxcomplexity and maxstatements

This commit is contained in:
Max Guglielmi 2016-01-17 18:31:15 +11:00
parent 7a57101ace
commit db80c7c381

View file

@ -11,7 +11,7 @@
"trailing": true,
"quotmark": "single",
"immed": true,
"maxstatements": 178,
"maxstatements": 172,
"maxdepth": 7,
"maxcomplexity": 87
"maxcomplexity": 85
}