fix: Fix ESLint errors.

pull/168/head
jaywcjlove 5 years ago
parent c04cf0c209
commit 77018eee92

@ -24,8 +24,9 @@ const inputOptions = {
* Do not transpile typeof helper with itself
* https://github.com/babel/babel/pull/10788/files
*/
'exclude': ['@babel/plugin-transform-typeof-symbol']
}]],
exclude: ['@babel/plugin-transform-typeof-symbol'],
},
]],
}),
],
};

Loading…
Cancel
Save