-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Labels
type: bugSomething isn't workingSomething isn't working
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Component
eslint.config.js
Description
we need to adjust this rule in the eslint config: https://typescript-eslint.io/rules/naming-convention
it should only be allowed when the modifier includes const
Reproduction steps
- Use a
CONSTANT_CASEconst in a ts file - Run
npm run lint
Stack trace
7:7 error Variable name `SETTINGS_KEY` must match one of the following formats: camelCase, PascalCase @typescript-eslint/naming-conventionScreenshots
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working