Skip to content

Commit

Permalink
Bump eslint-config-wikimedia from 0.25.0 to 0.25.1
Browse files Browse the repository at this point in the history
* Bump eslint-config-wikimedia from 0.25.0 to 0.25.1

Bumps [eslint-config-wikimedia](https://github.com/wikimedia/eslint-config-wikimedia) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/master/CHANGELOG.md)
- [Commits](wikimedia/eslint-config-wikimedia@v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: eslint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CosmicAlpha <[email protected]>
  • Loading branch information
dependabot[bot] and Universal-Omega authored Jul 11, 2023
1 parent 978cd25 commit d2e51df
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 167 deletions.
5 changes: 0 additions & 5 deletions modules/ext.importdump.oouiform.ooui.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
var hash = location.hash;
if ( hash.match( /^#mw-[\w-]+/ ) ) {
detectHash();
/*
* The next comment makes eslint ignore possible timing attacks when checking if the hash is an empty string
* as this is not something you need a constant-time comparison for
*/
// eslint-disable-next-line security/detect-possible-timing-attacks
} else if ( hash === '' ) {
switchImportDumpTab( $( '[id*=mw-section-]' ).attr( 'id' ), true );
}
Expand Down
Loading

0 comments on commit d2e51df

Please sign in to comment.