14 lines
385 B
JSON
14 lines
385 B
JSON
|
{
|
||
|
"root": "packages/js/eslint-plugin",
|
||
|
"sourceRoot": "packages/js/eslint-plugin/src",
|
||
|
"projectType": "library",
|
||
|
"targets": {
|
||
|
"changelog": {
|
||
|
"executor": "./tools/executors/changelogger:changelog",
|
||
|
"options": {
|
||
|
"action": "add",
|
||
|
"cwd": "packages/js/eslint-plugin"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|