1
noe132 2019-01-14 14:57:31 +08:00
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-01-16 10:39:14 +08:00
for()
(function() {})() |