Skip to content

Commit

Permalink
resolved lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Nov 10, 2024
1 parent c99fa18 commit 3478e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"env": {
"browser": true,
"es2021": true,
"node": true
"node": true,
"jest": true
},
"plugins": [
"react",
Expand Down Expand Up @@ -313,4 +314,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function shouldShowBanner(cfpDeadline: string) {

export const banners = [
{
title: "AsyncAPI Conference",
title: 'AsyncAPI Conference',
city: 'Paris Edition',
dateLocation: '5th of December, 2024 | France, Paris',
cfaText: 'Get Your Tickets',
Expand Down

0 comments on commit 3478e23

Please sign in to comment.