Files
angular-challenges/tools/eslint-rules/project.json
2024-09-23 21:47:33 +02:00

19 lines
342 B
JSON

{
"name": "eslint-rules",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "tools/eslint-rules",
"targets": {
"test": {
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
}