FullstackAcademy/eslint-config-fullstack

Disable camel case rule

Opened this issue · 0 comments

People naturally learn that camelCase is idiomatic JS. But sometimes it's convenient to be able to use underscore_case, e.g. for Sequelize properties. It's annoying for the linter to yell about this.