dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
18 lines (17 loc) • 366 B
JSON
{
"rules": {
"class-name": true,
"curly": true,
"interface-name": {
"always-prefix": false
},
"no-arg": true,
"no-duplicate-variable": true,
"no-eval": true,
"no-invalid-this": true,
"no-switch-case-fall-through": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true
}
}