1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 21:35:08 +00:00

First working version

This commit is contained in:
Dennis Schwerdel
2017-02-17 11:28:42 +01:00
parent 0b95d20d1e
commit 0dfbe30164
7 changed files with 214 additions and 5 deletions

7
test/.jshintrc Normal file
View File

@@ -0,0 +1,7 @@
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}