Files
cloudron-box/.jshintrc

9 lines
142 B
Plaintext
Raw Normal View History

{
2016-06-14 15:49:24 -07:00
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$" ],
"esnext": true
}