chore(deps): update eslint monorepo to v10 (#1671)
* chore(deps): update eslint monorepo to v10
* build(deps): bump neostandard to 0.14.0-next.1 for ESLint 10 support
ESLint 10 removed the deprecated SourceCode#isSpaceBetweenTokens method,
which the transitively-pinned @stylistic/eslint-plugin@2.11.0 (via
neostandard@0.13.0) still called, crashing `eslint` at runtime
(TypeError: sourceCode.isSpaceBetweenTokens is not a function).
Apply resulting @stylistic 5 formatting auto-fixes and resolve new
findings from ESLint 10's updated eslint:recommended and eslint-plugin-n:
- no-useless-assignment: drop dead initializers / useless param mutation
- n/no-callback-literal: rename non-error-first callback param
- preserve-caught-error: attach cause to rethrown error
* [autofix.ci] apply automated fixes
* build(deps): widen neostandard range to ^0.14.0-next.1