Closed zanminkian closed 2 months ago
console.log('foo') // good comment console.log('foo')//bad comment /** * good comment */ function foo() { } /** *bad comment */ function foo() { }
spaced-comment rule
spaced-comment