wow-toc-parser/.jshintrc
2014-09-29 19:40:13 -04:00

8 lines
183 B
Plaintext

{
"globalstrict": true,
"node": true,
"undef": true,
"indent": 2,
"quotmark": "single",
"predef": ["describe", "it", "before", "beforeEach", "after", "afterEach"]
}