UNPKG
vue-bottle
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
A custom input for Vue featuring a bottle of wine
github.com/j4kim/vue-bottle
j4kim/vue-bottle
vue-bottle
/
.eslintrc.js
12 lines
(11 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
root:
true
,
env:
{
node:
true
},
'extends':
[
'plugin:vue/essential'
, ],
rules:
{ } }