diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 14:20:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 14:20:21 -0300 |
commit | 5cf4428e09302e030c4054ea3ddbd8e7c471c7ac (patch) | |
tree | d721848fea879050c2f686671dd2ebe877cf8b1c /src/static/js/client/album-commentary-sidebar.js | |
parent | 1cb1ddc3d678983184abf7955a5e2fa38ba49558 (diff) |
client: remove unused eslint-env
Diffstat (limited to 'src/static/js/client/album-commentary-sidebar.js')
-rw-r--r-- | src/static/js/client/album-commentary-sidebar.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/client/album-commentary-sidebar.js b/src/static/js/client/album-commentary-sidebar.js index c5eaf81b..d7c4a591 100644 --- a/src/static/js/client/album-commentary-sidebar.js +++ b/src/static/js/client/album-commentary-sidebar.js @@ -1,5 +1,3 @@ -/* eslint-env browser */ - import {empty} from '../../shared-util/sugar.js'; import {info as hashLinkInfo} from './hash-link.js'; |