turbo
3c924886 - chore(linting): add `name` property to ESLint `recommended` flat config (#9765)

Commit
1 year ago
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. ![image](https://github.com/user-attachments/assets/25b9bd35-a215-4979-a58e-906c6db7a9a3) ### 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>
Author
Parents
Loading