1
0
Fork 0

Add eslint subcommand to bw-dev

This commit is contained in:
Christof Dorner 2022-12-11 20:33:35 +01:00
parent 0452731d02
commit 08d4b2e063
4 changed files with 10 additions and 0 deletions

View file

@ -22,6 +22,7 @@ build \
clean \
black \
prettier \
eslint \
stylelint \
formatters \
collectstatic_watch \
@ -59,6 +60,7 @@ __bw_complete "$commands" "build" "build the containers"
__bw_complete "$commands" "clean" "bring the cluster down and remove all containers"
__bw_complete "$commands" "black" "run Python code formatting tool"
__bw_complete "$commands" "prettier" "run JavaScript code formatting tool"
__bw_complete "$commands" "eslint" "run JavaScript linting tool"
__bw_complete "$commands" "stylelint" "run SCSS linting tool"
__bw_complete "$commands" "formatters" "run multiple formatter tools"
__bw_complete "$commands" "populate_streams" "populate the main streams"