chore(linting): add `name` property to ESLint `recommended` flat config (#9765)
### Description
- `eslint-plugin-turbo["flat/recommended"]` currently has no `name`
property and is anonymous.
- Per [ESLint
guidance](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-naming-conventions),
a name property should be added to configuration files for debugging.

### Testing Instructions
```shell
pnpm run test --filter=eslint-plugin-turbo
PASS __tests__/cwdFlat.test.ts (15.115 s)
PASS __tests__/cwd.test.ts (15.289 s)
Test Suites: 10 passed, 10 total
Tests: 102 passed, 102 total
Snapshots: 0 total
Time: 15.623 s
```
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>