mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
14 lines
247 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|