appium/.jshintrc

10 строки
127 B
Plaintext

{
"laxcomma": true,
"strict": true,
"undef": true,
"unused": true,
"trailing": true,
"node": true,
"es5": true
}