Fix linting in ESLint packages (#10712)

* Lint eslint/*

* Run "make fix-js"

* Fix remaining problems

* Remove linting from subpackages

* Remove husky

* Add back eslint dep
This commit is contained in:
Nicolò Ribaudo
2019-11-14 22:05:26 +01:00
committed by GitHub
parent 17dfdab7d2
commit b4c42601d1
31 changed files with 493 additions and 490 deletions

View File

@@ -6,7 +6,7 @@ FORCE_PUBLISH = "@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@b
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
SOURCES = packages codemods
SOURCES = packages codemods eslint
.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap