Skip to content

Commit

Permalink
style: fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Aug 16, 2024
1 parent 9a401f7 commit facf1b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/Status/ExcludeObjectDialogMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
hoverName === object.name
? primaryColor
: excluded_objects.includes(object.name)
? '#6668'
: '#bbb'
? '#6668'
: '#bbb'
"
@mouseover="showObjectTooltip(object.name)"
@mouseout="hideObjectTooltip"
Expand Down
4 changes: 2 additions & 2 deletions src/locales/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"_last_update": "2023-02-21",
"App": {
"Notifications": {
"DependencyDescription": "De huidige {name} versie ondersteunt niet alle functies van Mainsail. Update {name} naar ten minste {neededVersion}.",
Expand Down Expand Up @@ -1138,5 +1137,6 @@
"Variable": "Variable",
"Video": "Video"
},
"title": "Nederlands"
"title": "Nederlands",
"_last_update": "2023-02-21"

Check failure on line 1141 in src/locales/nl.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/nl.json#L1141

Expected object keys to be in insensitive ascending order. '_last_update' should be before 'title' (jsonc/sort-keys)
}

0 comments on commit facf1b7

Please sign in to comment.