1
0
Fork 0
VaultUI/runLinterFormatter.sh

3 lines
85 B
Bash
Raw Normal View History

2022-01-10 16:10:35 +00:00
#!/usr/bin/env bash
npx eslint --cache -c .eslintrc.json --ext .js,.ts,.tsx src "$@"