js-algorithms/.jshintrc

5 lines
102 B
Plaintext
Raw Normal View History

2015-07-24 06:44:18 +00:00
{
"esnext": true,
"globalstrict": true,
"globals": ["module", "console", "process", "require"]
}