jonny64
jonny64
let's say, I have following project structure: ``` back/package.json back/lib/Content/*.js front/package.json slices/budget/back/package.json slices/budget/back/lib/Content/*.js slices/budget/front/package.json slices/accounting/back/package.json slices/accounting/back/lib/Content/*.js slices/accounting/front/package.json ``` how do I? ``` cd back && eslint ./lib/**/*.js ../slices/**/lib/Content/*.js ```
started a [discussion](https://github.com/eslint/eslint/discussions/16329).
@valentijnscholten could you please look at it? ``` git clone [email protected]:do-/dia.js.git docker run -v $PWD/dia:/src --rm -it opensecurity/nodejsscan:v4.7 nodejsscan --json /src ``` available formats are `--sarif, --sonarcube, --json`, are any...
it seems like no one term app like alacritty wezterm has this feature, except mobaxterm
could you please give anyworkaround to convert --json to human readable format ? `write a tool yourself` ? use case: * gitlab * upload json results to defect portal *...
my case - several long commands ``` alias d='docker compose' alias e='d logs --tail 50 -f ' function dr() { d down "$1" && d up -d "$1" && e...