1
0
Fork 0
VaultUI/runLinter.sh

3 lines
81 B
Bash
Raw Normal View History

2022-01-07 15:55:15 +00:00
#!/usr/bin/env bash
2021-04-18 10:42:57 +01:00
2021-05-22 09:50:55 +01:00
npx eslint --cache -c .eslintrc.json "$@" --ext .js,.ts,.tsx