ti-appium
Version:
An Appium wrapper to test Titanium applications
14 lines (13 loc) • 343 B
Plain Text
{
"extends": ["axway/env-node"],
"rules": {
"security/detect-non-literal-regexp":"off",
"security/detect-child-process":"off",
"security/detect-new-buffer":"off",
"max-statements-per-line":"off",
"spaced-comment":"off",
"valid-jsdoc":"off",
"max-len":"off",
"linebreak-style": 0
}
}