4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Running eslint... 👀"
|
||
|
npm run code:lint
|