1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-05-25 23:06:29 +02:00

Lint and cleanup code

This commit is contained in:
Kevin Kandlbinder 2020-12-27 03:27:00 +01:00
parent b16262025a
commit a17f9b2b61
17 changed files with 755 additions and 185 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable no-undef */
const extConfig = require("./config")
module.exports = {
@ -15,6 +16,7 @@ module.exports = {
},
assetPrefix: "/assets",
plugins: [
`gatsby-plugin-eslint`,
{
resolve: "gatsby-plugin-asset-path"
},