1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-01-03 19:23:50 +00:00
freshrss-app/test/.jshintrc

8 lines
144 B
Plaintext
Raw Normal View History

2017-02-17 10:28:42 +00:00
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}