1
0
Fork 0
VaultUI/runLinter.sh
2021-05-07 23:08:02 +01:00

3 lines
71 B
Bash
Executable file

#!/bin/bash
npx eslint -c .eslintrc.json "$@" --fix src/ --ext .js,.ts