1
0
mirror of https://git.cloudron.io/dswd/guacamole-app synced 2025-01-08 13:27:53 +00:00
guacamole-app/test/.jshintrc

8 lines
144 B
Plaintext
Raw Normal View History

2017-01-24 18:55:35 +00:00
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}