filer/perf/simple-statistics/.jshintrc

9 lines
107 B
Plaintext
Raw Permalink Normal View History

2014-12-16 23:53:29 +00:00
{
"indent": 4,
"undef": true,
"unused": true,
"globals": {
"require": true
}
}