bahmutov / bahmutov/camel_case
Error when using a property
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently plugin lets you declare properties, but will trigger an error on access.
Simple test case:
var a = {
b_c: 'a' // valid
};
a.b_c = 2; // error
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the JavaScript ESLint rule that reports property-name errors and reproduce the example with the rule enabled. Update the behavior so declaring and accessing the b_c property does not trigger an error, then verify the example through the repository's available checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100