Files
novu/libs/testing/project.json

14 lines
247 B
JSON

{
"name": "@novu/testing",
"sourceRoot": "libs/testing/src",
"projectType": "library",
"targets": {
"lint": {
"executor": "nx:run-commands",
"options": {
"command": "npx biome lint libs/testing"
}
}
}
}