Rules / Eslint / Conventions
No Default Export Declaration
Disallow attaching function or class declarations to export default so every exported symbol has an explicit and searchable name.
Read articleRules / Eslint / Conventions
Disallow attaching function or class declarations to export default so every exported symbol has an explicit and searchable name.
Read articleRules / Eslint / Conventions
Enforce context-aware naming conventions for identifiers based on their declaration type including camelCase, PascalCase, and UPPER_SNAKE.
Read article