Skip to content

Commit

Permalink
fix(id-length): should except e (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev authored Dec 4, 2024
1 parent 8b841a4 commit c5d6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export async function typescript(
"id-length": [
"error",
{
exceptions: ["_", "x", "y", "z", "a", "b"],
exceptions: ["_", "x", "y", "z", "a", "b", "e"],
max: 30,
min: 2,
properties: "never",
Expand Down

0 comments on commit c5d6ea1

Please sign in to comment.