UNPKG

79 BJavaScriptView Raw
1module.exports = {
2 extends: 'airbnb-base',
3 plugins: [
4 'import'
5 ],
6};