summaryrefslogtreecommitdiff
path: root/scripts/eslint.sh
blob: fe21ffe2c5b787eec5c2a7f872cb4c56e3af1af6 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

set -e

cd static

NPM_CONFIG_REGISTRY=https://registry.npmmirror.com npx eslint . "$@"