Skip to content

Commit 0e1009d

Browse files
jseminckljharb
authored andcommitted
Remove unneeded comment
1 parent 34633a4 commit 0e1009d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/no-typos.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ module.exports = {
8585
node.properties.forEach(prop => checkValidProp(prop.value));
8686
}
8787
}
88-
/* eslint-enable no-use-before-define */
8988

9089
function reportErrorIfClassPropertyCasingTypo(node, propertyName) {
9190
if (propertyName === 'propTypes' || propertyName === 'contextTypes' || propertyName === 'childContextTypes') {

0 commit comments

Comments
 (0)