filer/perf/simple-statistics/.jshintrc

9 lines
107 B
Plaintext

{
"indent": 4,
"undef": true,
"unused": true,
"globals": {
"require": true
}
}