inline-critical/.jshintrc

9 lines
98 B
Plaintext
Raw Normal View History

2014-08-04 00:01:39 +02:00
{
2014-10-19 03:22:08 +02:00
"laxcomma": true,
"globals": {
"it": false,
"describe": false
},
"node": true
2014-08-04 00:01:39 +02:00
}