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