SIGN IN SIGN UP

[eslint config] [base] [patch] Set import/extensions to ignorePackages

This allows to import non-JavaScript files through the main export of a dependency's package.json.

The following would trigger an error before, but is fine with the new configuration:

```js
import 'roboto-fontface';
```
R
Remco Haszing committed
8247e338a2d689f2e16010b0db225fbce7760f97
Parent: a100a39
Committed by Jordan Harband <[email protected]> on 12/4/2017, 9:11:35 AM