Write rule to detect commented out code
Closed this issue · 0 comments
bahmutov commented
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';
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';