16 lines
369 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|