Skip to content

Commit

Permalink
linting rule added as agora-api does not pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Sep 29, 2024
1 parent a075127 commit 1f02578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/agora/api/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
},
{
"files": ["*.js", "*.jsx"],
"rules": {}
"rules": {
"tailwindcss/no-custom-classname": "off"
}
}
]
}

0 comments on commit 1f02578

Please sign in to comment.