bundle player as an component

This commit is contained in:
Yanzhen Yu
2018-10-23 19:00:21 +08:00
parent 33b58c7717
commit 0d2479f5f1
5 changed files with 55 additions and 19 deletions

View File

@@ -1,13 +1,14 @@
{
"extends": "google",
"parserOptions": {
"ecmaVersion": 7,
"ecmaVersion": 8,
"sourceType": "module"
},
"rules": {
"require-jsdoc": "off",
"arrow-parens": "off",
"object-curly-spacing": "off"
"object-curly-spacing": "off",
"indent": "off"
},
"plugins": ["html"]
}