Files
cloudron-box/.jshintrc

8 lines
107 B
Plaintext
Raw Normal View History

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