mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
import nextConfig from '../../packages/config/eslint/next.mjs'
|
|
|
|
export default [
|
|
{
|
|
ignores: ['src/app/(payload)/admin/importMap.js'],
|
|
},
|
|
...nextConfig,
|
|
]
|