#!/usr/bin/env bash

./node_modules/.bin/eslint  $1 --format=codeframe --fix

