mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 09:18:26 +00: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;
|