5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
eslint ./scripts/**/*.js ./src/*.js ./*.js
|
|
stylelint ./src/style.css ./src/_styles/*.css
|