Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
https://typescript-eslint.io/packages/rule-tester/#vitest:
Consider setting up RuleTester's static properties in a globalSetup script:
But, trying this out in JoshuaKGoldberg/eslint-plugin-package-json#59, I found the package having to define it in a setupFiles
file instead.
Shall we update the docs?