taskcafe/scripts/lint.sh

3 lines
74 B
Bash
Executable File

#!/bin/bash
yarn --cwd frontend eslint $(echo $1 | sed 's/frontend\///g')