mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 19:05:14 +00:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
import { nextJsConfig } from "@betternas/eslint-config/next-js";
|
|
|
|
/** @type {import("eslint").Linter.Config[]} */
|
|
export default nextJsConfig;
|