ng add @angular-eslint/schematics
npm install prettier prettier-eslint eslint-config-prettier eslint-plugin-prettier --save-dev
Filename: .eslintrc.json
| #!/bin/bash | |
| # This is a bit hardcoded, but it's meant as a proof of concept. | |
| # used in kubectl get pods when targeting kafka broker pods | |
| KARGS="-n kafka -l release=kafka,app=kafka" | |
| # used in kubectl port-forward (setting the namespace, can be omitted) | |
| KPORTFWD_ARGS="-n kafka" | |
| # port on broker pods to forward | |
| DPORT=9092 |