Implement completion scroll

This commit is contained in:
Shin'ya Ueoka 2019-02-13 22:11:35 +09:00
parent 0c2fcf74bb
commit 014963b327
3 changed files with 49 additions and 4 deletions

View file

@ -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",