Skip to content

Commit

Permalink
Upgrade eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed Mar 20, 2017
1 parent 3d769c7 commit d41076c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "eslint-config-edx",
"extends": "eslint-config-edx-es5",
"globals": { // Try to avoid adding any new globals.
// Old compatibility things and hacks
"edx": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"edx-custom-a11y-rules": "0.1.3",
"eslint": "^2.13.1",
"eslint-config-edx": "^1.2.1",
"eslint-config-edx": "^2.0.0",
"eslint-config-edx-es5": "^2.0.0",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"karma": "^0.13.22",
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e

# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9850
export ESLINT_THRESHOLD=10106

SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`
export SAFELINT_THRESHOLDS=${SAFELINT_THRESHOLDS//[[:space:]]/}
Expand Down

0 comments on commit d41076c

Please sign in to comment.