Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Nov 14, 2024
1 parent 26256af commit 6c58bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,12 @@ module.exports = function (config) {
</svg>`;
});

config.addFilter("numberWithCommas", function(number) {
config.addFilter("numberWithCommas", function (number) {
// Ensure the input is a number
if (typeof number !== "number") {
return number;
}

// Format the number with commas
return number.toLocaleString();
});
Expand Down
2 changes: 1 addition & 1 deletion _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"subnav.map": "/assets/js/subnav-3QHQ2EX4.js.map",
"styles.css": "/assets/styles/styles-WFQMHBOR.css",
"styles.map": "/assets/styles/styles-WFQMHBOR.css.map"
}
}
2 changes: 1 addition & 1 deletion _data/gs_salaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# UNITED STATES for the low and SAN JOSE-SAN FRANCISCO-OAKLAND, CA as the high.
---
GS-1:
min_salary: 25684
min_salary: 25684
max_salary: 39991
GS-2:
min_salary: 28880
Expand Down

0 comments on commit 6c58bcb

Please sign in to comment.