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

16 lines
369 B
JSON

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