This website requires JavaScript.
Explore
Help
Sign In
jianmu
/
openobserve
mirror of
https://github.com/openobserve/openobserve
Watch
1
Star
0
Fork
You've already forked openobserve
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
openobserve
/
web
/
eslint.sh
10 lines
97 B
Bash
Executable File
Raw
Permalink
Blame
History
#! /bin/sh
npm run lint
rc
=
$?
if
[
$rc
-ne
0
]
;
then
echo
"ES lint failed"
>
&
2
exit
$rc
fi
Reference in New Issue
View Git Blame
Copy Permalink