diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout'; diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout';