Convert course list to React.

EDUCATOR-625, AC-620
This commit is contained in:
cahrens
2017-06-22 16:44:08 -04:00
parent f0c685307c
commit e1e57b5d09
20 changed files with 277 additions and 269 deletions

View File

@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9190
export ESLINT_THRESHOLD=9134
XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`
export XSSLINT_THRESHOLDS=${XSSLINT_THRESHOLDS//[[:space:]]/}