Skip to content

Commit

Permalink
js: ignore another biome error
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 18, 2024
1 parent 3e0ecb7 commit c068cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate/static/editor/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later

// biome-ignore lint/style/noVar: TODO: doesn't work without that
// biome-ignore lint/correctness/noInvalidUseBeforeDeclaration: TODO: doesn't work without that
var WLT = WLT || {};

WLT.Config = (() => ({
Expand Down

0 comments on commit c068cfd

Please sign in to comment.