1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-01-06 20:47:51 +00:00
minio-app/test/.jshintrc

8 lines
144 B
Plaintext
Raw Normal View History

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