1
0
hugo/static/bower_components/cal-heatmap/.jshintrc

35 lines
517 B
Plaintext
Raw Normal View History

2024-04-23 13:21:26 +00:00
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"indent": 4,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "double",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"maxparams": 6,
"maxdepth": 3,
"maxstatements": 40,
"maxcomplexity": 18,
"boss": true,
"browser": true,
"devel": true,
"jquery": true,
"phantom": true,
"node": true,
"globals" : {
"d3": true,
"define": true
}
}