From abbeb7fc6018ad6b86ac18d8da14d3d0944a8a77 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 2 Mar 2017 15:18:58 -0500 Subject: [PATCH] fi linting to include .jsx files --- client/modules/User/components/GithubButton.jsx | 3 ++- package.json | 4 ++-- server/controllers/project.controller.js | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/modules/User/components/GithubButton.jsx b/client/modules/User/components/GithubButton.jsx index 5bb2e283..cf80c3af 100644 --- a/client/modules/User/components/GithubButton.jsx +++ b/client/modules/User/components/GithubButton.jsx @@ -1,7 +1,8 @@ import InlineSVG from 'react-inlinesvg'; -const githubUrl = require('../../../images/github.svg'); import React, { PropTypes } from 'react'; +const githubUrl = require('../../../images/github.svg'); + function GithubButton(props) { return (