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

10 lines
201 B
Text
Raw Normal View History

{
"ecmaVersion": "es5",
"files": "./dist/**/*.js",
"not": [
"./dist/libraries/pdf.worker.js",
"./dist/libraries/worker-bundle.js",
2022-10-12 12:18:11 -04:00
"./dist/serviceworker.js"
]
}