3 lines
85 B
Bash
3 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
npx eslint --cache -c .eslintrc.json --ext .js,.ts,.tsx src "$@"
|