follow links for multi-frames in viewport

This commit is contained in:
Shin'ya Ueoka 2017-10-15 21:59:37 +09:00
parent ac5354020e
commit 45b3b0510f
4 changed files with 42 additions and 13 deletions

View file

@ -29,6 +29,7 @@
"id-length": "off",
"indent": ["error", 2],
"jsx-quotes": ["error", "prefer-single"],
"max-params": ["error", 5],
"max-statements": ["error", 15],
"multiline-ternary": "off",
"newline-after-var": "off",