Files
gotail/frontend/node_modules/eslint/lib/cli-engine/index.js
T
Luiz Costa ac4f232e5e build: update npm install command to use --legacy-peer-deps
This change modifies the build scripts to use --legacy-peer-deps flag when installing npm dependencies to resolve potential peer dependency conflicts during the build process. The change is applied to both bash (build.sh) and batch (build.bat) build scripts.
2025-11-18 10:23:55 -03:00

8 lines
99 B
JavaScript

"use strict";
const { CLIEngine } = require("./cli-engine");
module.exports = {
CLIEngine
};