Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
fix: eslintrc warning for no-nested-ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathakurxd authored Oct 25, 2023
1 parent 4ea9353 commit 9f97658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"import/first": "error",
"no-nested-ternary": "warning",
"no-nested-ternary": 1,
"import/no-duplicates": "error",
"simple-import-sort/imports": [
"error",
Expand Down

2 comments on commit 9f97658

@vercel
Copy link

@vercel vercel bot commented on 9f97658 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

100ms-web – ./

100ms-web-akash1234.vercel.app
100ms-web-taupe.vercel.app
100ms-web-git-main-akash1234.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9f97658 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.