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 464ecac commit 3804f34Copy full SHA for 3804f34
lib/rules/no-static-typos.js
@@ -22,7 +22,6 @@ module.exports = {
22
},
23
24
create: Components.detect(function(context, components, utils) {
25
-
26
function reportErrorIfCasingTypo(node, propertyName) {
27
STATIC_CLASS_PROPERTIES.forEach(function(CLASS_PROP) {
28
if (CLASS_PROP.toLowerCase() === propertyName.toLowerCase() && CLASS_PROP !== propertyName) {
0 commit comments