bundle player as an component

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 6da7175741
commit 0e4f6649e4
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"]
}