Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Nov 9, 2017
1 parent 530c8e1 commit 5d0ca11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

'use strict';

const {join} = require('path');

module.exports = {
siteMetadata: {
title: 'React: A JavaScript library for building user interfaces',
Expand Down
2 changes: 0 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

'use strict';

const recursiveReaddir = require('recursive-readdir');
const {readFileSync} = require('fs');
const {resolve} = require('path');
const webpack = require('webpack');

Expand Down
5 changes: 0 additions & 5 deletions src/templates/codepen-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import React, {Component} from 'react';
import Container from 'components/Container';
import {colors} from 'theme';

const EXTERNALS = [
'https://unpkg.com/react/umd/react.development.js',
'https://unpkg.com/react-dom/umd/react-dom.development.js',
];

// Copied over styles from ButtonLink for the submit btn
const primaryStyle = {
backgroundColor: colors.brand,
Expand Down

0 comments on commit 5d0ca11

Please sign in to comment.