Files
2026-07-13 12:38:36 +08:00

16 lines
422 B
JSON

{
"name": "e2e-module-federation-v2",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/module-federation",
"projectType": "application",
"implicitDependencies": ["react", "module-federation"],
"// targets": "to see all targets run: nx show project e2e-module-federation-v2 --web",
"targets": {
"lint": {
"options": {
"max-warnings": 10
}
}
}
}