Files
cloudron-box/.jshintrc
Girish Ramakrishnan f15f3c9052 node-ify setup_infra.sh
2016-06-15 05:26:40 -07:00

9 lines
142 B
Plaintext

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