diff --git a/src/configs/typescript.ts b/src/configs/typescript.ts index c004d80..4d0352b 100644 --- a/src/configs/typescript.ts +++ b/src/configs/typescript.ts @@ -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",