bahmutov/eslint-rules

Write rule to detect commented out code

Closed this issue · 0 comments

Check line by line then see if the entire commented out line is valid javascript

// this is ok, the next line not ok
// var foo = 'foo';