Implement completion scroll
This commit is contained in:
parent
0c2fcf74bb
commit
014963b327
3 changed files with 49 additions and 4 deletions
|
@ -40,6 +40,7 @@
|
|||
"no-alert": "off",
|
||||
"no-bitwise": "off",
|
||||
"no-console": ["error", { "allow": ["warn", "error"] }],
|
||||
"no-continue": "off",
|
||||
"no-empty-function": "off",
|
||||
"no-magic-numbers": "off",
|
||||
"no-mixed-operators": "off",
|
||||
|
|
Reference in a new issue