Skip to content

Commit 0f5fa62

Browse files
committed
ignore eslint during build in integration test next config
1 parent 6a09b5a commit 0f5fa62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/fixtures/generate-bundle-stats/nextjs/next-base.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { codecovNextJSWebpackPlugin } from "@codecov/nextjs-webpack-plugin";
22

33
/** @type {import('next').NextConfig} */
44
export default {
5+
eslint: {
6+
ignoreDuringBuilds: true,
7+
},
58
webpack: (config, options) => {
69
config.plugins.push(
710
codecovNextJSWebpackPlugin({

0 commit comments

Comments
 (0)