2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

vue cli scaffolding in place

This commit is contained in:
Jeff
2018-08-07 23:00:31 -07:00
parent e8e5eff553
commit c0ff41403b
9 changed files with 5935 additions and 2837 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}