1
0
Fork 0
VaultUI/runLinter.sh

3 lines
68 B
Bash
Raw Normal View History

2021-04-18 10:42:57 +01:00
#!/bin/bash
2021-05-21 10:19:17 +01:00
npx eslint --cache -c .eslintrc.json "$@" --ext .js,.ts