autotest_platform/app/static/minder/.jshintrc

16 lines
271 B
Plaintext

{
"undef" : true,
"unused" : false,
"strict" : false,
"curly" : false,
"newcap" : true,
"trailing" : true,
"white": false,
"quotmark": false,
"browser": true,
"boss": true,
"indent": 4,
"predef" : [
"define"
]
}