1
noe132 2019 年 1 月 14 日
https://eslint.org/docs/rules/semi#options
"never" disallows semicolons as the end of statements (except to disambiguate statements beginning with [, (, /, +, or -) |
2
redbuck 2019 年 1 月 16 日
for()
(function() {})() |