jest-community / eslint-plugin-jest

ESLint plugin for Jest
MIT License
1.12k stars 228 forks source link

🛠️ Repo: object-shorthand lint rule failure on main #1621

Closed JoshuaKGoldberg closed 3 days ago

JoshuaKGoldberg commented 4 days ago

After a fresh clone and pnpm i; pnpm build of the repo:

 ~/repos/eslint-plugin-jest $ yarn lint

/Users/josh/repos/eslint-plugin-jest/src/rules/prefer-jest-mocked.ts
  50:9  warning  Expected property shorthand  object-shorthand

✖ 1 problem (0 errors, 1 warning)
  0 errors and 1 warning potentially fixable with the `--fix` option.

Looks like it's not failing any builds because it's a warning.