Skip to content

Commit

Permalink
added eslint-disable to netlify-cms-app cms component as currently no…
Browse files Browse the repository at this point in the history
…t used
  • Loading branch information
equk committed Mar 27, 2021
1 parent 8b9a11f commit 261c017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cms/index.js
@@ -1,3 +1,7 @@
/* eslint-disable import/no-unresolved */
/* to use this install netlify-cms-app */
/* then add / comment out modulePath: `${__dirname}/src/cms/index.js`, */
/* in gatsby-config.js */
import CMS from 'netlify-cms-app'
import PagePreview from './preview-templates/page-preview'
import PostPreview from './preview-templates/post-preview'
Expand Down

0 comments on commit 261c017

Please sign in to comment.