Files
cloudron-box/.jshintrc
2015-08-04 16:29:49 -07:00

8 lines
107 B
Plaintext

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