mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-15 03:28:01 -05:00
These come from eslint-plugin-import. We've been using these rules for a while at Airbnb so it seems like a good time to include them in this configuration. We've found the no-unresolved rule in particular to be very helpful when working across a large codebase. https://github.com/benmosher/eslint-plugin-import Since the no-unresolved rule works on commonjs, I decided to include it in the node configuration as well. I think there are some more rules from this plugin that are worth enabling, but this seems like a great place to start.