Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Go back to old require and eslint ignore this file
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Aug 9, 2020
1 parent 0bcf5b8 commit fb9910a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
ignorePatterns: [
"node_modules/**/*",
"src/types/generated.tsx",
"public/**/*"
"public/**/*",
"gatsby-config.js"
]
};
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { generateConfig } from "gatsby-plugin-ts-config";
const { generateConfig } = require("gatsby-plugin-ts-config");

module.exports = generateConfig({
configDir: "gatsby", // or wherever you would like to store your gatsby files
Expand Down

0 comments on commit fb9910a

Please sign in to comment.