15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"root": "tools/eslint-rules",
|
|
"sourceRoot": "tools/eslint-rules",
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/tools/eslint-rules"],
|
|
"options": {
|
|
"jestConfig": "tools/eslint-rules/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
}
|