diff --git a/gatsby-config.js b/gatsby-config.js index 4f457e7..9b0a4e6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -29,7 +29,6 @@ module.exports = { icon: "src/images/gatsby-icon.png", // This path is relative to the root of the site. }, }, - "gatsby-plugin-eslint", "gatsby-plugin-emotion", `gatsby-plugin-postcss`, // this (optional) plugin enables Progressive Web App + Offline functionality diff --git a/package.json b/package.json index 7684c49..faea270 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "gatsby-plugin-emotion": "^4.3.3", - "gatsby-plugin-eslint": "^2.0.8", "husky": ">=4", "identity-obj-proxy": "^3.0.0", "jest": "^26.0.1", diff --git a/yarn.lock b/yarn.lock index ce145c7..bd43c35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8938,11 +8938,6 @@ gatsby-plugin-emotion@^4.3.3: "@babel/runtime" "^7.10.2" "@emotion/babel-preset-css-prop" "^10.0.27" -gatsby-plugin-eslint@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/gatsby-plugin-eslint/-/gatsby-plugin-eslint-2.0.8.tgz#1ff7f546a427d274dc2de3932ba29822aae330c3" - integrity sha512-vAMy37povmQJNg6ZxY78fkWR3pKwG8MNMhO3u+4vXj2MYT5avhFvHPJTAb126ZCuygf30gAWlpwbV50zP894Jw== - gatsby-plugin-manifest@^2.4.5: version "2.4.10" resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.10.tgz#e7576da8243e73d555905d186d685f5ce99a10cd"