#!/bin/sh
NODE_PATH=project/node_modules project/node_modules/.bin/eslint "$@"
