Skip to content

Commit a2893db

Browse files
Add comprehensive ESLint naming conventions and update configuration
- Introduced a new archive file detailing ESLint naming conventions based on the naming-cheatsheet principles to enhance code quality and consistency in the TypeScript codebase. - Updated `eslint.config.mjs` to implement comprehensive naming rules, including camelCase for constants, PascalCase for classes and enums, and specific prefixes for boolean variables and functions. - Enhanced the ESLint configuration to allow flexible naming for object properties, MongoDB operators, and dot notation, ensuring compatibility with various coding patterns. - Updated `package.json` to reflect the latest dependencies and scripts for ESLint. These changes significantly improve the linting process and enforce better coding standards across the project, promoting maintainability and readability.
1 parent 2094277 commit a2893db

File tree

2 files changed

+543
-11
lines changed

2 files changed

+543
-11
lines changed

0 commit comments

Comments
 (0)