muenzpraeger / eslint-plugin-inclusive-language

An ESLint plugin to raise awareness for using inclusive language not only in your codebase, but in life.
MIT License
56 stars 10 forks source link

Update to support eslint 8 #49

Closed ticklemepierce closed 2 years ago

ticklemepierce commented 2 years ago

eslint 8 introduced a breaking change for rules that offer suggestions/fixes. https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0#suggestions

I know that this repo does suggestions. I believe it does fixes as well, however I have not looked in depth yet.

Anyways, we are using this in a few of our company's repos, and would love to implement in more. Some repos are already on eslint 8, however, meaning we currently can't add to all JS repos that we have.

github-actions[bot] commented 2 years ago

Welcome! 👋

Thanks you for creating the issue. 🙌 I will come back to this as soon as possible.

muenzpraeger commented 2 years ago

Releasing v2.2.0 now