We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34633a4 commit 0e1009dCopy full SHA for 0e1009d
lib/rules/no-typos.js
@@ -85,7 +85,6 @@ module.exports = {
85
node.properties.forEach(prop => checkValidProp(prop.value));
86
}
87
88
- /* eslint-enable no-use-before-define */
89
90
function reportErrorIfClassPropertyCasingTypo(node, propertyName) {
91
if (propertyName === 'propTypes' || propertyName === 'contextTypes' || propertyName === 'childContextTypes') {
0 commit comments