UNPKG

147 BJavaScriptView Raw
1/**
2 * The simplest possible config to get it running with defaults.
3 */
4module.exports = {
5 settings: {
6 'import/resolver': 'webpack',
7 },
8}