Skip to content

Commit

Permalink
lint tweak and code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Dec 21, 2023
1 parent dd89223 commit 461a682
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
'one-var': 'off',
'no-void': 'off',
'multiline-ternary': 'off',

'curly': 'error',
'import/first': 'off',
'import/namespace': 'error',
'import/default': 'error',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches:
# branches:
# - master

env:
Expand Down
1 change: 0 additions & 1 deletion src/AllPoints.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/hud/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ function initEventListeners () {
satelliteGroups?.reloadGroups();

viewer.addEventListener(Events.selectedSatChange, onSelectedSatChange);

// app.addEventListener(Events.satHover, onSatHover);
viewer.addEventListener(Events.satHover, onSatHover);

document.querySelector('#zoom-in')?.addEventListener('click', (event: any) => {
event.preventDefault();
Expand Down

0 comments on commit 461a682

Please sign in to comment.