Add most of components and prepare for V1 Release
This commit is contained in:
26
test/.eslintrc.json
Normal file
26
test/.eslintrc.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "standard",
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"comma-dangle": 0
|
||||
},
|
||||
"globals": {
|
||||
"google": true,
|
||||
"Vue": true,
|
||||
"VueGoogleMaps": true
|
||||
},
|
||||
"plugins": [
|
||||
"html"
|
||||
],
|
||||
"settings": {
|
||||
"html/html-extensions": [".html", ".vue"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user