Code style for ESLint
This commit is contained in:
parent
2b0e8cd93f
commit
08e130af38
3 changed files with 450 additions and 421 deletions
8
.eslintrc
Normal file
8
.eslintrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
.vscode
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
tmp
|
tmp
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue