1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-08 00:42:28 +02:00
TableFilter/.jshintrc

17 lines
281 B
Plaintext
Raw Normal View History

2014-11-15 15:34:32 +01:00
{
2015-04-27 16:26:59 +02:00
"-W024": true,
2015-07-12 13:51:43 +02:00
"scripturl": true,
"evil": true,
2014-11-15 15:34:32 +01:00
"curly": true,
"indent": 4,
2014-11-15 15:34:32 +01:00
"es3": true,
"esnext": true,
"unused": true,
2015-07-25 10:33:21 +02:00
"maxlen" : 80,
"trailing": true,
"quotmark": "single",
"immed": true,
"maxstatements": 172,
"maxdepth": 7,
"maxcomplexity": 85
2014-11-15 15:34:32 +01:00
}