refact: clean up unused variables & setup matching lint rule

This commit is contained in:
Jean-Philippe Sirois
2019-09-05 01:41:03 -04:00
parent 7d426bc21d
commit cd81e62d0c
7 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { graphql } from "gatsby"
import React, { Fragment } from "react"
import { MarkdownRemark, Query } from "../../generated/graphql"
import { MarkdownRemark } from "../../generated/graphql"
import { Markdown } from "../components/Markdown"
import { SEO } from "../components/SEO"
-1
View File
@@ -1,4 +1,3 @@
import { Link } from "gatsby"
import React, { Fragment } from "react"
import { SEO } from "../components/SEO"
+1 -1
View File
@@ -1,6 +1,6 @@
import { graphql } from "gatsby"
import React, { Fragment } from "react"
import { MarkdownRemark, Query } from "../../generated/graphql"
import { MarkdownRemark } from "../../generated/graphql"
import { Markdown } from "../components/Markdown"
import { SEO } from "../components/SEO"