cloudron-e2e-test/.jshintrc

9 lines
161 B
Plaintext
Raw Normal View History

2015-06-16 14:33:12 +00:00
{
"node": true,
"browser": true,
2016-06-23 12:09:37 +00:00
"esnext": true,
2015-06-16 14:33:12 +00:00
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}