mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
import { nextJsConfig } from "@roo-code/config-eslint/next-js"
|
|
|
|
/** @type {import("eslint").Linter.Config} */
|
|
export default [...nextJsConfig]
|