Personal coding style guidelines for ES6 and PostgreSQL with an ESLint configuration.
elierotenberg/coding-styles is a personal repository containing coding style guidelines for ES6 and PostgreSQL, along with a pre-configured ESLint file. It provides structured recommendations to ensure code consistency and readability in JavaScript and database development.
Developers seeking personal or team reference for ES6 and PostgreSQL coding standards, or those looking for a ready-to-use ESLint configuration aligned with specific style rules.
It offers a concise, opinionated set of guidelines and tooling (ESLint) to enforce coding styles, helping maintain code quality without extensive configuration.
My coding styles.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Offers clear, opinionated rules for modern JavaScript, making it easy to enforce consistency without sifting through extensive documentation.
Includes a pre-configured .eslintrc file, saving setup time and automating style enforcement for ES6 codebases.
Provides specific recommendations for database code, addressing an often-neglected area in general coding style guides.
Ready-to-use guidelines and tools allow developers to quickly apply styles without the overhead of creating rules from scratch.
The ESLint configuration is tied to version 1.10.1, which is very old and likely incompatible with modern ESLint releases, requiring manual updates.
As a personal repository, the guidelines reflect individual preferences and may not align with team consensus or broader best practices.
Only covers ES6 and PostgreSQL, missing support for other common technologies like TypeScript, newer JavaScript versions, or front-end frameworks.