Skip to content

Commit

Permalink
Fix linting errors that popped up after rebase on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Seminck committed Jun 24, 2017
1 parent 464ecac commit 3804f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/no-static-typos.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
},

create: Components.detect(function(context, components, utils) {

function reportErrorIfCasingTypo(node, propertyName) {
STATIC_CLASS_PROPERTIES.forEach(function(CLASS_PROP) {
if (CLASS_PROP.toLowerCase() === propertyName.toLowerCase() && CLASS_PROP !== propertyName) {
Expand Down

0 comments on commit 3804f34

Please sign in to comment.