summaryrefslogtreecommitdiff
path: root/tools/run_eslint.sh
blob: 74780f9dabd5921bac9f4970005289db745801f4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2020 Philip Chimento <philip.chimento@gmail.com>

export NODE_OPTIONS=--dns-result-order=ipv4first

cd $(dirname -- "$0")
npm ci
npm run lint -- "$@"