Allow test/lint scripts to run without requiring make (#878)

This commit is contained in:
Kevin Barabash
2017-09-13 10:01:39 -04:00
committed by GitHub
parent 4f63909d08
commit dbc5a74ebd
7 changed files with 44 additions and 45 deletions

3
.eslintignore Normal file
View File

@@ -0,0 +1,3 @@
**/node_modules/*
build/*
dist/*