1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +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, "trailing": true,
"quotmark": "single", "quotmark": "single",
"immed": true, "immed": true,
"maxstatements": 178, "maxstatements": 172,
"maxdepth": 7, "maxdepth": 7,
"maxcomplexity": 87 "maxcomplexity": 85
} }