mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "eslint-rules",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "tools/eslint-rules",
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "tools/eslint-rules/jest.config.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|