mirror of
https://github.com/video-dev/hls.js.git
synced 2026-05-17 13:30:38 +00:00
da815de039
* chore(deps): update dependency prettier to v3.2.4 * Run prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Jenkinson <tom@tjenkinson.me>
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".",
|
|
"folder_exclude_patterns": [".git", "node_modules", "dist", "lib"],
|
|
"file_exclude_patterns": [
|
|
".gitignore",
|
|
"hls.js.sublime-project",
|
|
"hls.js.sublime-workspace",
|
|
],
|
|
},
|
|
],
|
|
}
|