diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-13 22:11:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-15 21:16:34 +0900 |
commit | 014963b32700d251bbb6991ce150025f578ea971 (patch) | |
tree | 0531df17bac127492342ec570a1b723131fe08a8 /.eslintrc | |
parent | 0c2fcf74bbb49727163ea64486da2a611feebbe7 (diff) |
Implement completion scroll
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 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", |