denodrivers / postgres

PostgreSQL driver for Deno

Home Page:https://denodrivers.github.io/postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is camelcase disabled for "deno lint"?

bartlomieju opened this issue · comments

As per title, I'm mostly curious as to why this had to happen.

Is something wrong with the rule? Maybe some cases are marked as false positives?

Nah, it's because I have my own internal naming convention. Snake case for variables, camel case for functions

Thanks for explanation. I guess this is not something I could convince you to change :))