mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +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/
|