mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
import { nextJsConfig } from "@repo/eslint-config/next-js";
|
|
|
|
/** @type {import("eslint").Linter.Config[]} */
|
|
export default nextJsConfig;
|