mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +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;
|