mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-08 04:49:17 -05:00
fix airbnb eslint config
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user