Files
cloudron-box/.jshintrc
Girish Ramakrishnan 4388aee70d add dot files
2018-01-22 17:44:51 -08:00

9 lines
142 B
Plaintext

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