wikimedia / eslint-docgen

Automatically generate ESLint plugin documentation from rule metadata and test cases.
MIT License
10 stars 7 forks source link

Upgrade to ESLint 8 #128

Closed edg2s closed 2 years ago

edg2s commented 2 years ago

getConfigForFile is now calculateConfigForFile as is async, which means all the functions up the stack need to be async.

edg2s commented 2 years ago

Tested with eslint-plugin-mediawiki and it rebuilt the docs fine.

This drops support for ESLint < 8, because it seems like too much work keep both workflows, so should be released as 0.7.0.