bahmutov / eslint-rules

My custom eslint rules in addition to the ones provided at http://eslint.org/
97 stars 16 forks source link

Commented out code is ignored when uppercase comments are required #43

Open haykam821 opened 4 years ago

haykam821 commented 4 years ago

If I have both capitalized-comments and extra-rules/no-commented-out-code enabled, commented-out code that has been fixed to start with an uppercase letter, such as the following, will not be reported.

// var x = 0;