From 9e67f15306ca47b3fd23d0eaeef75693284ff682 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 2 Aug 2016 13:59:30 -0400 Subject: [PATCH] Update docs --- docs/en_us/internal/testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index 51e2783c29..b92fe01d78 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -802,13 +802,13 @@ To view JavaScript code style quality run this command. :: - paver run_jshint + paver run_eslint - This command also comes with a ``--limit`` switch, this is an example of that switch. :: - paver run_jshint --limit=700 + paver run_eslint --limit=50000 @@ -829,7 +829,7 @@ Two tools are available for evaluating complexity of edx-platform code: :: - plato -q -x common/static/js/vendor/ -t common -l .jshintrc -r -d jscomplexity common/static/js/ + plato -q -x common/static/js/vendor/ -t common -e .eslintrc.json -r -d jscomplexity common/static/js/