Skip to content

Commit fac7d15

Browse files
authored
Vast (#762)
* add artplayer-plugin-vast * chore: Add create:plugin script to package.json * chore: Remove deprecated artplayer-plugin-{{name}} and artplayer-plugin-vast types * chore: Update artplayer-plugin-vast package description * chore: Update Prettier configuration and dependencies
1 parent b398749 commit fac7d15

File tree

24 files changed

+710
-303
lines changed

24 files changed

+710
-303
lines changed

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ packages/*/dist
77
packages/*/node_modules
88
packages/*/.parcel-cache
99
packages/artplayer-template/*/.next
10-
packages/artplayer-template/*/.nuxt
10+
packages/artplayer-template/*/.nuxt
11+
scripts/plugin/template

.prettierrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"tabWidth": 4,
44
"singleQuote": true,
55
"trailingComma": "all",
6-
"printWidth": 120
6+
"printWidth": 120,
7+
"semi": true,
8+
"bracketSpacing": true,
9+
"arrowParens": "always",
10+
"endOfLine": "lf",
11+
"quoteProps": "as-needed"
712
}

0 commit comments

Comments
 (0)