reneable eslint and fix assorted linting errors

This commit is contained in:
Sebastian McKenzie
2015-05-25 00:42:59 +01:00
parent 3139482358
commit ec74eb41cf
36 changed files with 92 additions and 86 deletions

View File

@@ -22,6 +22,9 @@ watch-core: clean-core
clean-core:
rm -rf lib
lint:
eslint src/babel
build:
mkdir -p dist
make build-core
@@ -61,7 +64,7 @@ test-cov:
test-parser:
node test/acorn/run.js
test-travis: bootstrap build test
test-travis: bootstrap lint build test
test-browser:
mkdir -p dist
@@ -73,7 +76,7 @@ test-browser:
test -n "`which open`" && open test/browser.html
publish:
publish: lint
git pull --rebase
make test