kentcdodds / eslint-config-kentcdodds

ESLint configuration for projects that I do... Feel free to use this!
http://eslint.org/docs/user-guide/configuring#extending-configuration-files
MIT License
339 stars 65 forks source link

what are the options for <config-name>? Would I be correct if I use `kendcdodds/babel-module` in my eslintrc.js extends ? #93

Closed Oluwasetemi closed 3 years ago

Oluwasetemi commented 3 years ago

As stated from the picture. image

kentcdodds commented 3 years ago

Hi! Sorry I missed this. You can import any of the files you see here: https://unpkg.com/browse/eslint-config-kentcdodds/

I removed babel-module quite a while ago and I just updated the docs. Hope that makes sense.

Oluwasetemi commented 3 years ago

Thanks for the response!! Thank you for the good work you do around here. I understand what I can import now.