readline-sync
Version:
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
9 lines (8 loc) • 424 B
Plain Text
{
"extends": "../../../_common/eslintrc.json",
"env": {"node": true},
"rules": {
"no-underscore-dangle": [2, {"allow": ["_DBG_useExt", "_DBG_checkOptions", "_DBG_checkMethod", "_readlineSync", "_execFileSync", "_handle", "_flattenArray", "_getPhContent", "_DBG_set_useExt", "_DBG_set_checkOptions", "_DBG_set_checkMethod", "_DBG_clearHistory", "_questionNum", "_keyInYN", "_setOption"]}],
"camelcase": 0
}
}