codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

Upgrade Eslint plugin packages #470

Closed miguelsantoss closed 4 years ago

miguelsantoss commented 4 years ago

Update several eslint-plugin packages, namely:

eslint-plugin-react adds a new rule that we were trying to use - react/jsx-curly-newline that is only added in 7.14, and I ended up bumping the versions on several other packages, just minor versions.

efueger commented 4 years ago

Thanks @miguelsantoss1 👍 - opening a thread here to review this.

efueger commented 4 years ago

@miguelsantoss1 - done! Thanks again for the PR. 👌

miguelsantoss commented 4 years ago

Awesome, thanks!