Files
cloudron-box/.jshintrc
2015-07-20 00:10:36 -07:00

8 lines
107 B
Plaintext

{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$" ]
}