Commit b6a5206
Sirius
kaizen: replace eslint-disable with idiomatic _kind in PrimitiveDetail
Use the underscore-prefix convention (already configured in ESLint as
varsIgnorePattern: '^_') to signal that is intentionally unused
after destructuring. Removes the inline eslint-disable comment in favour
of the project's established pattern.
No behaviour change.1 parent 45ec721 commit b6a5206
File tree
1 file changed
+1
-2
lines changed- packages/inspector/src/dashboard/react/components
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
1310 | | - | |
1311 | | - | |
| 1310 | + | |
1312 | 1311 | | |
1313 | 1312 | | |
1314 | 1313 | | |
| |||
0 commit comments