mirror of
https://github.com/graphql-hive/console
synced 2026-05-06 06:58:19 +00:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
import { withGuildDocs } from '@theguild/components/next.config';
|
|
|
|
export default withGuildDocs({
|
|
eslint: {
|
|
ignoreDuringBuilds: true,
|
|
},
|
|
});
|