mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 11:58:03 -05:00
This rule seems to be giving me errors for some places we have imported devDependencies in our tests such as tape and eslint. This is actually okay, so we just need to configure this rule to allow devDependencies for tests. While I was at it, I added some whitespace to improve readability and reduce the likelihood of merge conflicts.