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