Commit fe3e200
Fix ESLint parse error: use property access instead of destructuring
The project's ESLint config has no ecmaVersion set, which defaults to ES5.
Destructuring syntax is ES6+, so replace with a simple property access.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 07dbc6f commit fe3e200
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments