mirror of
https://github.com/Dokploy/examples.git
synced 2026-07-03 13:05:25 +02:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
import { nextJsConfig } from "@repo/eslint-config/next-js";
|
|
|
|
/** @type {import("eslint").Linter.Config} */
|
|
export default nextJsConfig;
|