build: Update eslint to 0.4.0 and make pass

Change-Id: I764892179b136b8a4ae6940611ba8b4ecb672957
This commit is contained in:
Ed Sanders 2017-05-04 17:10:18 +01:00 committed by Catrope
parent 07c2b0d98b
commit 3b4ffe089f
2 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@
} }
matches = result.split( ':' ); matches = result.split( ':' );
line = 0, line = 0;
column = 0; column = 0;
if ( matches.length > 0 ) { if ( matches.length > 0 ) {
@ -638,7 +638,7 @@
// Function to delay/debounce updates for the StatusBar // Function to delay/debounce updates for the StatusBar
delayedUpdate = lang.delayedCall( function () { delayedUpdate = lang.delayedCall( function () {
updateStatusBar( editor ); updateStatusBar( editor );
}.bind( this ) ); } );
/** /**
* Click handler that allows you to skip to the next annotation * Click handler that allows you to skip to the next annotation

View file

@ -7,7 +7,7 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.3.0", "eslint-config-wikimedia": "0.4.0",
"grunt": "1.0.1", "grunt": "1.0.1",
"grunt-banana-checker": "0.5.0", "grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0", "grunt-eslint": "19.0.0",