{
  "name": "@cybele/app-portfolio",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/cybele/portfolio/src",
  "projectType": "application",
  "tags": ["scope:cybele", "type:app"],
  "targets": {
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src/ --max-warnings 0 --no-warn-ignored",
        "cwd": "apps/cybele/portfolio"
      }
    }
  }
}
