Skip to content

Commit

Permalink
1.35 (#18)
Browse files Browse the repository at this point in the history
* Removed hiding of border

* Remove wg

* code style

* Logging

* code style

* 1.35

* 1.35 code style

* 1.35 code style

* 1.35 code style

* 1.35 code style

Co-authored-by: Shashank <Shashank@Dark_Void>
  • Loading branch information
godarkrai and Shashank authored Jul 12, 2021
1 parent c635474 commit b18a59c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "stylelint-config-wikimedia",
"rules": {
"color-hex-length": "long",
"unit-blacklist": null
"declaration-property-unit-disallowed-list": null
}
}
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license-name": "MIT",
"type": "other",
"requires": {
"MediaWiki": ">= 1.31.0",
"MediaWiki": ">= 1.35.0",
"extensions": {
"Dota2DB": "*"
}
Expand Down Expand Up @@ -47,7 +47,7 @@
],
"dependencies": [
"ext.wikiEditor",
"jquery.ui.dialog",
"jquery.ui",
"mediawiki.util"
],
"position": "top"
Expand Down
1 change: 1 addition & 0 deletions resources/scripts/ext.dota2WebApi.toolbar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$( function() {
/* eslint-disable block-scoped-var */
function sortNumber( a, b ) {
return a - b;
}
Expand Down

0 comments on commit b18a59c

Please sign in to comment.