mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
build: Update eslint to 0.4.0 and make pass
Change-Id: I764892179b136b8a4ae6940611ba8b4ecb672957
This commit is contained in:
parent
07c2b0d98b
commit
3b4ffe089f
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue