1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/.escheckrc
2025-03-25 13:28:35 -04:00

9 lines
201 B
Text

{
"ecmaVersion": "es5",
"files": "./dist/**/*.js",
"not": [
"./dist/libraries/pdf.worker.js",
"./dist/libraries/worker-bundle.js",
"./dist/serviceworker.js"
]
}