mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd `dirname $0`/..
|
|
|
|
eslint packages/*/src/
|