mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
19 lines
342 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|