Resolve eslint error

This commit is contained in:
Jon Tewksbury 2015-09-04 17:31:12 -07:00
parent cfe0351b8f
commit 87963c4d01
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module.exports = (file, api, options) => {
);
}
return !invalidProperties.length;
}
};
const hasMixins = classPath => {
if (ReactUtils.hasMixins(classPath)) {