fix airbnb eslint config

This commit is contained in:
Evan You
2017-12-31 20:05:26 -05:00
parent 2817b7e03a
commit a5a74d3579
2 changed files with 1 additions and 8 deletions
@@ -4,6 +4,5 @@ import App from './App.vue'
Vue.config.productionTip = false
new Vue({
el: '#app',
render: h => h(App)
})
}).$mount('#app')
@@ -8,11 +8,5 @@ module.exports = {
config: require.resolve('@vue/cli-service/webpack.config.js')
}
}
},
rules: {
'import/extensions': ['error', 'always', {
js: 'never',
vue: 'never'
}]
}
}