mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
import { nextJsConfig } from '@roo-code-cloud/config-eslint/next-js';
|
|
|
|
/** @type {import("eslint").Linter.Config} */
|
|
export default [...nextJsConfig];
|