Skip to content

Commit 3804f34

Browse files
author
Joachim Seminck
committed
Fix linting errors that popped up after rebase on master
1 parent 464ecac commit 3804f34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/no-static-typos.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
},
2323

2424
create: Components.detect(function(context, components, utils) {
25-
2625
function reportErrorIfCasingTypo(node, propertyName) {
2726
STATIC_CLASS_PROPERTIES.forEach(function(CLASS_PROP) {
2827
if (CLASS_PROP.toLowerCase() === propertyName.toLowerCase() && CLASS_PROP !== propertyName) {

0 commit comments

Comments
 (0)