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:
parent
b16262025a
commit
a17f9b2b61
17 changed files with 755 additions and 185 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue