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