1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-01-04 03:31:53 +00:00
syncthing-app/test/.jshintrc

8 lines
144 B
Plaintext
Raw Normal View History

2017-05-05 11:19:38 +00:00
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}