Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Feb 6, 2024
1 parent d35013b commit 450af64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
libs
!**/src/**/libs
!**/__tests__/**/libs
!**/__example
build
.next
coverage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line no-var-requires
const dynamicClient = require('@dumlj/next-plugin-dynamic-client')

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 450af64

Please sign in to comment.