mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* Evals * Remove redundant line * Fix tsc error * Disable debug mode * Add option to kill run
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
import { config } from "@evals/eslint-config/base"
|
|
|
|
/** @type {import("eslint").Linter.Config} */
|
|
export default [...config]
|