mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +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;
|