Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed May 3, 2024
1 parent f824ee2 commit 1957a2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ expressionFunction("yearRangeAllFormat", function (datum, _) {
return yearRangeAllMapping[datum] || datum.toString()
})

/*eslint @typescript-eslint/no-unused-vars: ["error", { "argsIgnorePattern": "^_" }]*/
expressionFunction("yearRangeOldFormat", function (datum, _) {
return yearRangeOldMapping[datum] || datum.toString()
})

/*eslint @typescript-eslint/no-unused-vars: ["error", { "argsIgnorePattern": "^_" }]*/
expressionFunction("yearFormat", function (datum, _) {
return datum.toString()
Expand Down

0 comments on commit 1957a2d

Please sign in to comment.