Commit 0b160a5
Fix ESLint no-base-to-string with JSON.stringify
String() still triggers the rule since it calls toString() internally.
Use JSON.stringify() instead which properly handles object types.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 1fa0de9 commit 0b160a5
File tree
1 file changed
+1
-1
lines changed- react_on_rails_pro/spec/dummy/client/app/components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments