@exadel/eslint-config-esl
Version:
Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.
18 lines (17 loc) • 389 B
JSON
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "eslint-config",
"targets": {
"lint": {
"executor": "nx:noop",
"dependsOn": ["lint:eslint"]
},
"pack": {
"executor": "nx:run-commands",
"options": {
"command": "npm pack --pack-destination=../../target/",
"cwd": "packages/eslint-config"
}
}
}
}