Remove ESLint from build scripts and script tests

This commit is contained in:
Brian Jacobel
2016-08-02 10:09:03 -04:00
parent c2181e031c
commit 017dbffd5e
6 changed files with 9 additions and 185 deletions

View File

@@ -12,7 +12,6 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=7550 # @TODO Remove, deprecated in favor of ESLint
export ESLINT_THRESHOLD=49019
SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`