UNPKG

424 BPlain TextView Raw
1{
2 "extends": "../../../_common/eslintrc.json",
3 "env": {"node": true},
4 "rules": {
5 "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"]}],
6 "camelcase": 0
7 }
8}